Merge pull request #2218 from jwillemsen/jwi-pthreadsigmask
[ACE_TAO.git] / TAO / tao / PortableServer / IdAssignmentStrategySystem.cpp
blob49c84bd15b345f3acdabea3e38959726cff3ba67
1 // -*- C++ -*-
2 #include "tao/PortableServer/IdAssignmentStrategySystem.h"
4 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
6 namespace TAO
8 namespace Portable_Server
10 char
11 IdAssignmentStrategySystem::id_assignment_key_type () const
13 return 'S';
16 bool
17 IdAssignmentStrategySystem::has_system_id () const
19 return true;
24 TAO_END_VERSIONED_NAMESPACE_DECL