diff options
author | huangh <huangh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2013-04-12 17:59:36 +0000 |
---|---|---|
committer | huangh <huangh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2013-04-12 17:59:36 +0000 |
commit | b74f4e0f4354fee69a775188bda9a528bc3e894b (patch) | |
tree | f9e3ffad3be16312a664c6f146586961dd7db798 /TAO/tao/TAO_Singleton.cpp | |
parent | 7c8a4331934a7d497142c6c673ba1038886b152e (diff) | |
download | ATCD-b74f4e0f4354fee69a775188bda9a528bc3e894b.tar.gz |
Fri Apr 12 17:58:35 UTC 2013 Huang-Ming Huang <huangh@ociweb.com>
Diffstat (limited to 'TAO/tao/TAO_Singleton.cpp')
-rw-r--r-- | TAO/tao/TAO_Singleton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/TAO_Singleton.cpp b/TAO/tao/TAO_Singleton.cpp index 6c4f91c1081..3698696ddab 100644 --- a/TAO/tao/TAO_Singleton.cpp +++ b/TAO/tao/TAO_Singleton.cpp @@ -15,7 +15,7 @@ #include "ace/Guard_T.h" #include "ace/Object_Manager.h" -#include "ace/Log_Msg.h" +#include "tao/debug.h" #include "ace/os_include/os_typeinfo.h" #if !defined (__ACE_INLINE__) |