diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-28 16:14:56 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-10-28 16:14:56 +0000 |
commit | 94c5b51fa8ed6e5520da2cf5def58b5c0986f072 (patch) | |
tree | c4fe2b70acf02ce19d199713fff6dec5645d8a93 /ace/Framework_Component.inl | |
parent | 3720d45374c2890b3f9e86ff8ae8a3d4a60ecd29 (diff) | |
download | ATCD-94c5b51fa8ed6e5520da2cf5def58b5c0986f072.tar.gz |
ChangeLogTag:Fri Oct 28 00:01:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Framework_Component.inl')
-rw-r--r-- | ace/Framework_Component.inl | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/ace/Framework_Component.inl b/ace/Framework_Component.inl index 2d3662642bd..6e6146114f7 100644 --- a/ace/Framework_Component.inl +++ b/ace/Framework_Component.inl @@ -1,13 +1,14 @@ -/* -*- C++ -*- */ +// -*- C++ -*- +// // $Id$ -// Framework_Component.inl - #include "ace/ACE.h" #include "ace/Guard_T.h" -ACE_INLINE -ACE_Framework_Component::ACE_Framework_Component (void *_this, +ACE_BEGIN_VERSIONED_NAMESPACE_DECL + +ACE_INLINE +ACE_Framework_Component::ACE_Framework_Component (void *_this, const ACE_TCHAR *dll_name, const ACE_TCHAR *name) : this_ (_this), @@ -34,3 +35,5 @@ ACE_Framework_Repository::total_size (void) const ACE_MT (ACE_GUARD_RETURN (ACE_Thread_Mutex, ace_mon, (ACE_Thread_Mutex &) this->lock_, -1)); return this->total_size_; } + +ACE_END_VERSIONED_NAMESPACE_DECL |