summaryrefslogtreecommitdiff
path: root/TAO/tao/ImR_Client
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-01-30 15:01:17 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2009-01-30 15:01:17 +0000
commit2f8e3a3831d1b99157c77deda5277109bce19836 (patch)
tree6c75afb92c7be990454c9109364b4d717a2234c9 /TAO/tao/ImR_Client
parent381d276b94b1bc0937c0eda8e87548a8e4c6cd9d (diff)
downloadATCD-2f8e3a3831d1b99157c77deda5277109bce19836.tar.gz
Fri Jan 30 14:52:30 UTC 2009 William R. Otte <wotte@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/ImR_Client')
-rw-r--r--TAO/tao/ImR_Client/ImR_Client.cpp5
-rw-r--r--TAO/tao/ImR_Client/ImR_Client.h3
2 files changed, 5 insertions, 3 deletions
diff --git a/TAO/tao/ImR_Client/ImR_Client.cpp b/TAO/tao/ImR_Client/ImR_Client.cpp
index 0657e544195..084e493427e 100644
--- a/TAO/tao/ImR_Client/ImR_Client.cpp
+++ b/TAO/tao/ImR_Client/ImR_Client.cpp
@@ -227,8 +227,6 @@ namespace TAO
}
}
-TAO_END_VERSIONED_NAMESPACE_DECL
-
ACE_STATIC_SVC_DEFINE (
ImR_Client_Adapter_Impl,
ACE_TEXT ("Concrete_ImR_Client_Adapter"),
@@ -241,3 +239,6 @@ ACE_FACTORY_NAMESPACE_DEFINE (
TAO_IMR_Client,
ImR_Client_Adapter_Impl,
TAO::ImR_Client::ImR_Client_Adapter_Impl)
+
+TAO_END_VERSIONED_NAMESPACE_DECL
+
diff --git a/TAO/tao/ImR_Client/ImR_Client.h b/TAO/tao/ImR_Client/ImR_Client.h
index e7bc661c089..ed270a2af03 100644
--- a/TAO/tao/ImR_Client/ImR_Client.h
+++ b/TAO/tao/ImR_Client/ImR_Client.h
@@ -70,11 +70,12 @@ namespace TAO
}
}
-TAO_END_VERSIONED_NAMESPACE_DECL
ACE_STATIC_SVC_DECLARE (ImR_Client_Adapter_Impl)
ACE_FACTORY_DECLARE (TAO_IMR_Client, ImR_Client_Adapter_Impl)
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* TAO_IMR_CLIENT_ADAPTER_IMPL_H */