summaryrefslogtreecommitdiff
path: root/TAO/tao/TAO_Singleton.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-04-23 06:19:12 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-04-23 06:19:12 +0000
commit0846a01f27286496e0719ccf9dc08fc50e36e61f (patch)
treece77feb2f063a118db101d355260890eb6f92ad4 /TAO/tao/TAO_Singleton.cpp
parentec15bf46a6233e32ded2780645d8281241856ecc (diff)
downloadATCD-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.cpp5
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"