summaryrefslogtreecommitdiff
path: root/TAO/examples/Logging/Logging_Test_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Logging/Logging_Test_i.cpp')
-rw-r--r--TAO/examples/Logging/Logging_Test_i.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/examples/Logging/Logging_Test_i.cpp b/TAO/examples/Logging/Logging_Test_i.cpp
index bc70e388cbb..6aaad74b114 100644
--- a/TAO/examples/Logging/Logging_Test_i.cpp
+++ b/TAO/examples/Logging/Logging_Test_i.cpp
@@ -2,7 +2,7 @@
#include "LoggerC.h"
#include "Logging_Test_i.h"
-#include "orbsvcs/CosNamingC.h"
+#include "orbsvcs/orbsvcs/CosNamingC.h"
#include "tao/debug.h"
#include "ace/INET_Addr.h"
#include "ace/SOCK_Dgram_Mcast.h"
@@ -11,7 +11,9 @@
#include "ace/OS_NS_arpa_inet.h"
#include "ace/OS_NS_sys_time.h"
-ACE_RCSID(Logger, Logging_Test_i, "$Id$")
+ACE_RCSID (Logger,
+ Logging_Test_i,
+ "$Id$")
// Constructor
Logger_Client::Logger_Client (void)