summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-10-11 08:27:12 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-10-11 08:27:12 +0000
commitda0ce42f572d5e693a634164b7ae2b087e4a00df (patch)
tree2ffbe37c9c72290fab45a77bef0cb0393cf82a58 /TAO/orbsvcs/tests/Notify
parented40233c03a2177f0a94b6cec674494a9f6634fe (diff)
downloadATCD-da0ce42f572d5e693a634164b7ae2b087e4a00df.tar.gz
ChangeLogTag:Tue Oct 11 01:24:45 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify')
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/LookupManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/lib/LookupManager.h b/TAO/orbsvcs/tests/Notify/lib/LookupManager.h
index 6cd7f1da60d..b7ebe49ef06 100644
--- a/TAO/orbsvcs/tests/Notify/lib/LookupManager.h
+++ b/TAO/orbsvcs/tests/Notify/lib/LookupManager.h
@@ -110,10 +110,10 @@ protected:
TAO_Notify_Tests_Priority_Mapping *priority_mapping_;
};
-typedef ACE_Singleton<TAO_Notify_Tests_LookupManager, TAO_SYNCH_MUTEX> _TAO_Notify_Tests_LookupManager;
-
TAO_NOTIFY_TEST_SINGLETON_DECLARE (ACE_Singleton, TAO_Notify_Tests_LookupManager, TAO_SYNCH_MUTEX)
+typedef ACE_Singleton<TAO_Notify_Tests_LookupManager, TAO_SYNCH_MUTEX> _TAO_Notify_Tests_LookupManager;
+
#define LOOKUP_MANAGER _TAO_Notify_Tests_LookupManager::instance()
#include /**/ "ace/post.h"