diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-23 00:08:06 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-23 00:08:06 +0000 |
commit | c48f691431eea4c71877dd5dd63d739912c7bbf3 (patch) | |
tree | e9833765c094ee5a4757b61b26924bd17d8c6a70 | |
parent | 9e69ec6d6f3c7d6895c9f7e28959dcaf24c1fdde (diff) | |
download | ATCD-c48f691431eea4c71877dd5dd63d739912c7bbf3.tar.gz |
*** empty log message ***
-rw-r--r-- | ace/Log_Msg.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ace/Log_Msg.cpp b/ace/Log_Msg.cpp index d5cd2148d88..c34fe013d3a 100644 --- a/ace/Log_Msg.cpp +++ b/ace/Log_Msg.cpp @@ -89,7 +89,6 @@ public: private: static ACE_Thread_Mutex *lock_; - }; ACE_Thread_Mutex *ACE_Log_Msg_Manager::lock_ = 0; @@ -138,7 +137,6 @@ ACE_Log_Msg_Manager::close (void) delete ACE_Log_Msg_Manager::lock_; ACE_Log_Msg_Manager::lock_ = 0; } - #endif /* ! VXWORKS */ /* static */ |