3 //=============================================================================
5 * @file IdAssignmentStrategySystem.h
7 * @author Johnny Willemsen <jwillemsen@remedy.nl>
9 //=============================================================================
11 #ifndef TAO_IDASSIGNMENTSTRATEGYSYSTEM_H
12 #define TAO_IDASSIGNMENTSTRATEGYSYSTEM_H
13 #include /**/ "ace/pre.h"
15 #include "tao/PortableServer/IdAssignmentStrategy.h"
17 #if !defined (ACE_LACKS_PRAGMA_ONCE)
19 #endif /* ACE_LACKS_PRAGMA_ONCE */
21 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
25 namespace Portable_Server
27 class IdAssignmentStrategySystem
: public IdAssignmentStrategy
30 char id_assignment_key_type () const override
;
32 bool has_system_id () const override
;
37 TAO_END_VERSIONED_NAMESPACE_DECL
39 #include /**/ "ace/post.h"
40 #endif /* TAO_IDASSIGNMENTSTRATEGYSYSTEM_H */