diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-06-21 08:21:55 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-06-21 08:21:55 +0000 |
commit | cf15c0e1e626e0115b87f160dff405193610e5ab (patch) | |
tree | ab761a9af6756e883d47468f5f6f15e5a8645498 /TAO/tao/ORBInitializer_Registry_Adapter.h | |
parent | d81e6f77b67b98186216d55023e127d2a1d51d94 (diff) | |
download | ATCD-cf15c0e1e626e0115b87f160dff405193610e5ab.tar.gz |
ChangeLogTag: Tue Jun 21 08:21:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ORBInitializer_Registry_Adapter.h')
-rw-r--r-- | TAO/tao/ORBInitializer_Registry_Adapter.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/ORBInitializer_Registry_Adapter.h b/TAO/tao/ORBInitializer_Registry_Adapter.h index 9caff73ccc2..5b1cd2811b7 100644 --- a/TAO/tao/ORBInitializer_Registry_Adapter.h +++ b/TAO/tao/ORBInitializer_Registry_Adapter.h @@ -15,12 +15,13 @@ #include /**/ "ace/pre.h" -#include "ace/Service_Object.h" +#include "TAO_Export.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ +#include "ace/Service_Object.h" #include "ace/CORBA_macros.h" namespace PortableInterceptor @@ -39,7 +40,7 @@ namespace TAO * Class that offers an interface to the ORB to load and manipulate * ORBInitializer_Registry */ - class ORBInitializer_Registry_Adapter + class TAO_Export ORBInitializer_Registry_Adapter : public ACE_Service_Object { public: |