00001 // -*- C++ -*- 00002 00003 //============================================================================= 00004 /** 00005 * @fileIdAssignmentStrategyUser.h 00006 * 00007 * $Id: IdAssignmentStrategyUser.h 71473 2006-03-10 07:19:20Z jtc $ 00008 * 00009 * @author Johnny Willemsen <jwillemsen@remedy.nl> 00010 */ 00011 //============================================================================= 00012 00013 #ifndef TAO_IDASSIGNMENTSTRATEGYUSER_H 00014 #define TAO_IDASSIGNMENTSTRATEGYUSER_H 00015 #include /**/ "ace/pre.h" 00016 00017 #include "tao/PortableServer/portableserver_export.h" 00018 00019 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00020 # pragma once 00021 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00022 00023 #include "tao/PortableServer/IdAssignmentStrategy.h" 00024 #include "ace/Service_Config.h" 00025 00026 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00027 00028 namespace TAO 00029 { 00030 namespace Portable_Server 00031 { 00032 class IdAssignmentStrategyUser 00033 : public IdAssignmentStrategy 00034 { 00035 public: 00036 virtual char id_assignment_key_type (void) const; 00037 00038 virtual bool has_system_id (void) const; 00039 }; 00040 } 00041 } 00042 00043 TAO_END_VERSIONED_NAMESPACE_DECL 00044 00045 ACE_STATIC_SVC_DECLARE_EXPORT (TAO_PortableServer, IdAssignmentStrategyUser) 00046 ACE_FACTORY_DECLARE (TAO_PortableServer, IdAssignmentStrategyUser) 00047 00048 #include /**/ "ace/post.h" 00049 #endif /* TAO_IDASSIGNMENTSTRATEGYUSER_H */