diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-04-23 06:19:12 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-04-23 06:19:12 +0000 |
commit | 0846a01f27286496e0719ccf9dc08fc50e36e61f (patch) | |
tree | ce77feb2f063a118db101d355260890eb6f92ad4 /TAO/tao/TAO_Singleton.cpp | |
parent | ec15bf46a6233e32ded2780645d8281241856ecc (diff) | |
download | ATCD-0846a01f27286496e0719ccf9dc08fc50e36e61f.tar.gz |
ChangeLogTag:Thu Apr 22 23:15:20 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/TAO_Singleton.cpp')
-rw-r--r-- | TAO/tao/TAO_Singleton.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/TAO_Singleton.cpp b/TAO/tao/TAO_Singleton.cpp index bec55534780..13ea18bf273 100644 --- a/TAO/tao/TAO_Singleton.cpp +++ b/TAO/tao/TAO_Singleton.cpp @@ -11,10 +11,11 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "ace/Synch_T.h" +#include "tao/TAO_Singleton_Manager.h" + +#include "ace/Guard_T.h" #include "ace/Object_Manager.h" #include "ace/Log_Msg.h" -#include "tao/TAO_Singleton_Manager.h" #if !defined (__ACE_INLINE__) #include "tao/TAO_Singleton.inl" |