diff options
author | William R. Otte <wotte@dre.vanderbilt.edu> | 2009-01-30 15:01:17 +0000 |
---|---|---|
committer | William R. Otte <wotte@dre.vanderbilt.edu> | 2009-01-30 15:01:17 +0000 |
commit | 2f8e3a3831d1b99157c77deda5277109bce19836 (patch) | |
tree | 6c75afb92c7be990454c9109364b4d717a2234c9 /TAO/tao/IORManipulation | |
parent | 381d276b94b1bc0937c0eda8e87548a8e4c6cd9d (diff) | |
download | ATCD-2f8e3a3831d1b99157c77deda5277109bce19836.tar.gz |
Fri Jan 30 14:52:30 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IORManipulation')
-rw-r--r-- | TAO/tao/IORManipulation/IORManip_Loader.cpp | 3 | ||||
-rw-r--r-- | TAO/tao/IORManipulation/IORManip_Loader.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/IORManipulation/IORManip_Loader.cpp b/TAO/tao/IORManipulation/IORManip_Loader.cpp index 05e766c4905..90bfb074d04 100644 --- a/TAO/tao/IORManipulation/IORManip_Loader.cpp +++ b/TAO/tao/IORManipulation/IORManip_Loader.cpp @@ -31,7 +31,6 @@ TAO_IORManip_Loader::Initializer (void) return ACE_Service_Config::process_directive (ace_svc_desc_TAO_IORManip_Loader); } -TAO_END_VERSIONED_NAMESPACE_DECL ACE_STATIC_SVC_DEFINE (TAO_IORManip_Loader, ACE_TEXT ("IORManip_Loader"), @@ -40,3 +39,5 @@ ACE_STATIC_SVC_DEFINE (TAO_IORManip_Loader, ACE_Service_Type::DELETE_THIS | ACE_Service_Type::DELETE_OBJ, 0) ACE_FACTORY_DEFINE (TAO_IORManip, TAO_IORManip_Loader) + +TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/IORManipulation/IORManip_Loader.h b/TAO/tao/IORManipulation/IORManip_Loader.h index e4f32a91866..5ec5068fce0 100644 --- a/TAO/tao/IORManipulation/IORManip_Loader.h +++ b/TAO/tao/IORManipulation/IORManip_Loader.h @@ -44,11 +44,12 @@ public: static int TAO_Requires_IORManip_Initializer = TAO_IORManip_Loader::Initializer (); -TAO_END_VERSIONED_NAMESPACE_DECL ACE_STATIC_SVC_DECLARE (TAO_IORManip_Loader) ACE_FACTORY_DECLARE (TAO_IORManip, TAO_IORManip_Loader) +TAO_END_VERSIONED_NAMESPACE_DECL + #define TAO_IORMANIP_SAFE_INCLUDE #include "tao/IORManipulation/IORC.h" #undef TAO_IORMANIP_SAFE_INCLUDE |