summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log_Macros.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log_Macros.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log_Macros.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log_Macros.cpp b/TAO/orbsvcs/orbsvcs/Log_Macros.cpp
new file mode 100644
index 00000000000..ffbffee019d
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Log_Macros.cpp
@@ -0,0 +1,9 @@
+// $Id$
+
+#include "Log_Macros.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+TAO_Svc_Utils_Export ACE_Log_Category ORBSVCS_log_category ("ORBSVCS");
+
+TAO_END_VERSIONED_NAMESPACE_DECL