diff options
Diffstat (limited to 'TAO/examples/Logging')
-rw-r--r-- | TAO/examples/Logging/Logging_Service_i.h | 4 | ||||
-rw-r--r-- | TAO/examples/Logging/Logging_Test_i.cpp | 6 | ||||
-rw-r--r-- | TAO/examples/Logging/Logging_Test_i.h | 4 |
3 files changed, 8 insertions, 6 deletions
diff --git a/TAO/examples/Logging/Logging_Service_i.h b/TAO/examples/Logging/Logging_Service_i.h index bc70c520427..9d7e8e01dc2 100644 --- a/TAO/examples/Logging/Logging_Service_i.h +++ b/TAO/examples/Logging/Logging_Service_i.h @@ -32,8 +32,8 @@ #include "ace/Log_Msg.h" #include "ace/OS.h" #include "tao/PortableServer/ORB_Manager.h" -#include "orbsvcs/CosNamingC.h" -#include "orbsvcs/Naming/Naming_Utils.h" +#include "orbsvcs/orbsvcs/CosNamingC.h" +#include "orbsvcs/orbsvcs/Naming/Naming_Utils.h" #include "Logger_i.h" #include "LoggerS.h" #include "LoggerC.h" 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) diff --git a/TAO/examples/Logging/Logging_Test_i.h b/TAO/examples/Logging/Logging_Test_i.h index 05ad3ea7a89..753b0cd7bc0 100644 --- a/TAO/examples/Logging/Logging_Test_i.h +++ b/TAO/examples/Logging/Logging_Test_i.h @@ -28,9 +28,9 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "orbsvcs/CosNamingC.h" +#include "orbsvcs/orbsvcs/CosNamingC.h" #include "LoggerC.h" -#include "orbsvcs/Naming/Naming_Utils.h" +#include "orbsvcs/orbsvcs/Naming/Naming_Utils.h" class Logger_Client { |