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/TSS_Resources.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/TSS_Resources.cpp')
-rw-r--r-- | TAO/tao/TSS_Resources.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/TSS_Resources.cpp b/TAO/tao/TSS_Resources.cpp index e80f9cab0cc..8b243ca7878 100644 --- a/TAO/tao/TSS_Resources.cpp +++ b/TAO/tao/TSS_Resources.cpp @@ -9,6 +9,8 @@ ACE_RCSID (tao, "$Id$") +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + TAO_TSS_Resources::TAO_TSS_Resources (void) : poa_current_impl_ (0) , rtscheduler_current_impl_ (0) @@ -45,3 +47,5 @@ template TAO_TSS_Singleton<TAO_TSS_Resources, TAO_SYNCH_MUTEX> * TAO_TSS_Singleton<TAO_TSS_Resources, TAO_SYNCH_MUTEX>::singleton_; #endif /* ACE_HAS_EXPLICIT_STATIC_TEMPLATE_MEMBER_INSTANTIATION */ + +TAO_END_VERSIONED_NAMESPACE_DECL |