summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Property
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-16 23:53:17 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-08-16 23:53:17 +0000
commit86b8ef62f955a10c9d39b007ae3cc922cd552466 (patch)
treeff76bbc229031c5e3220b8a4402de3c66c5936a7 /TAO/orbsvcs/tests/Property
parent4a69104b1fba57db8bf35778e2427e4dcb4c75fe (diff)
downloadATCD-86b8ef62f955a10c9d39b007ae3cc922cd552466.tar.gz
ChangeLogTag: Mon Aug 16 16:45:06 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Property')
-rw-r--r--TAO/orbsvcs/tests/Property/client.h4
-rw-r--r--TAO/orbsvcs/tests/Property/server.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Property/client.h b/TAO/orbsvcs/tests/Property/client.h
index 9ff5ad078b2..68ea5861f2e 100644
--- a/TAO/orbsvcs/tests/Property/client.h
+++ b/TAO/orbsvcs/tests/Property/client.h
@@ -30,8 +30,8 @@
#include "ace/Thread_Manager.h"
#include "ace/Get_Opt.h"
#include "tao/PortableServer/ORB_Manager.h"
-#include "orbsvcs/orbsvcs/Property/CosPropertyService_i.h"
-#include "orbsvcs/orbsvcs/Naming/Naming_Utils.h"
+#include "orbsvcs/Property/CosPropertyService_i.h"
+#include "orbsvcs/Naming/Naming_Utils.h"
class Client
{
diff --git a/TAO/orbsvcs/tests/Property/server.h b/TAO/orbsvcs/tests/Property/server.h
index afe9808e3bf..b83f28e09dd 100644
--- a/TAO/orbsvcs/tests/Property/server.h
+++ b/TAO/orbsvcs/tests/Property/server.h
@@ -21,7 +21,7 @@
#define COSPROPERTYSERVICE_SERVER_H
#include "tao/PortableServer/ORB_Manager.h"
-#include "orbsvcs/orbsvcs/Property/CosPropertyService_i.h"
-#include "orbsvcs/orbsvcs/Naming/Naming_Utils.h"
+#include "orbsvcs/Property/CosPropertyService_i.h"
+#include "orbsvcs/Naming/Naming_Utils.h"
#endif /* COSPROPERTYSERVICE_SERVER_H */