diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-02 11:03:27 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-02 11:03:27 +0000 |
commit | 688ba8920d2a0804caa8b8321c97d6f85e950dd3 (patch) | |
tree | 7b729be96bfa676f133f562057cf68f0b4b9ca5e /TAO/tao/TAO_Internal.cpp | |
parent | 44898ad83aa0c59bcfba8f0299d76362f1c6a68b (diff) | |
download | ATCD-688ba8920d2a0804caa8b8321c97d6f85e950dd3.tar.gz |
ChangeLogTag:Tue Nov 1 14:49:40 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/TAO_Internal.cpp')
-rw-r--r-- | TAO/tao/TAO_Internal.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/TAO_Internal.cpp b/TAO/tao/TAO_Internal.cpp index df3470edc78..f7be84ace4a 100644 --- a/TAO/tao/TAO_Internal.cpp +++ b/TAO/tao/TAO_Internal.cpp @@ -87,6 +87,8 @@ namespace TAO_DEFAULT_CLIENT_STRATEGY_FACTORY_ARGS; } +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + int TAO::ORB::open_services (int &argc, ACE_TCHAR **argv) { @@ -278,6 +280,8 @@ TAO::ORB::default_svc_conf_entries (char const * rf_args, client_strategy_factory_args = csf_args; } +TAO_END_VERSIONED_NAMESPACE_DECL + // ----------------------------------------------------- namespace { @@ -436,3 +440,4 @@ namespace } } +// TAO_BEGIN_VERSIONED_NAMESPACE_DECL -- ended prior to anonymous namespace. |