diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-06-17 08:37:56 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-06-17 08:37:56 +0000 |
commit | 6dc951f8b9dda269749feb001348ebc0882d47a4 (patch) | |
tree | 0f2e3cc767837958a691c037ccb15201eff192ba /ace/Object_Manager.cpp | |
parent | b8f9f8aa457c68fba8f3084c1e5e576603b7b316 (diff) | |
download | ATCD-6dc951f8b9dda269749feb001348ebc0882d47a4.tar.gz |
ChangeLogTag: Fri Jun 17 08:36:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Object_Manager.cpp')
-rw-r--r-- | ace/Object_Manager.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ace/Object_Manager.cpp b/ace/Object_Manager.cpp index fe1ad9d359e..024d9b4acb0 100644 --- a/ace/Object_Manager.cpp +++ b/ace/Object_Manager.cpp @@ -584,10 +584,6 @@ ACE_Object_Manager::get_singleton_lock (ACE_RW_Thread_Mutex *&lock) } #endif /* ACE_MT_SAFE */ -// NOTE: this function needs to appear _after_ the -// get_singleton_lock () functions in order to compile with -// g++ 2.7.2.3. -// // Clean up an ACE_Object_Manager. There can be instances of this object // other than The Instance. This can happen if (on Win32) the ACE DLL // causes one to be created, or if a user creates one for some reason. |