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/BiDir_GIOP | |
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/BiDir_GIOP')
-rw-r--r-- | TAO/tao/BiDir_GIOP/BiDirGIOP.cpp | 3 | ||||
-rw-r--r-- | TAO/tao/BiDir_GIOP/BiDirGIOP.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp b/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp index 6f37d0bd707..679c2e4bf69 100644 --- a/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp +++ b/TAO/tao/BiDir_GIOP/BiDirGIOP.cpp @@ -96,7 +96,6 @@ TAO_BiDirGIOP_Loader::Initializer (void) return ACE_Service_Config::process_directive (ace_svc_desc_TAO_BiDirGIOP_Loader); } -TAO_END_VERSIONED_NAMESPACE_DECL ACE_STATIC_SVC_DEFINE (TAO_BiDirGIOP_Loader, ACE_TEXT ("BiDirGIOP_Loader"), @@ -106,3 +105,5 @@ ACE_STATIC_SVC_DEFINE (TAO_BiDirGIOP_Loader, 0) ACE_FACTORY_DEFINE (TAO_BiDirGIOP, TAO_BiDirGIOP_Loader) + +TAO_END_VERSIONED_NAMESPACE_DECL diff --git a/TAO/tao/BiDir_GIOP/BiDirGIOP.h b/TAO/tao/BiDir_GIOP/BiDirGIOP.h index b2487dfa1da..b3b9a5c8359 100644 --- a/TAO/tao/BiDir_GIOP/BiDirGIOP.h +++ b/TAO/tao/BiDir_GIOP/BiDirGIOP.h @@ -67,11 +67,12 @@ private: static bool TAO_Requires_BiDirGIOP_Initializer = TAO_BiDirGIOP_Loader::Initializer (); -TAO_END_VERSIONED_NAMESPACE_DECL ACE_STATIC_SVC_DECLARE (TAO_BiDirGIOP_Loader) ACE_FACTORY_DECLARE (TAO_BiDirGIOP, TAO_BiDirGIOP_Loader) +TAO_END_VERSIONED_NAMESPACE_DECL + #define TAO_BIDIRGIOP_SAFE_INCLUDE #include "tao/BiDir_GIOP/BiDirPolicyC.h" |