summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/FaultTolerance
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-14 13:07:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-14 13:07:51 +0000
commit74b74fc042b711655f8f72784938fc09fb7f5bcd (patch)
tree82f8a6264c9088b80850e0e4fb04b48867ae4721 /TAO/orbsvcs/examples/FaultTolerance
parentacfb7215fdf27d8dae2ffaa96f874c22fff3bd71 (diff)
downloadATCD-74b74fc042b711655f8f72784938fc09fb7f5bcd.tar.gz
ChangeLogTag: Tue Jun 14 12:35:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/examples/FaultTolerance')
-rw-r--r--TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ORB_Initializer.cpp2
-rw-r--r--TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ORB_Initializer.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ORB_Initializer.cpp b/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ORB_Initializer.cpp
index 2a7399a364d..ee990f2230b 100644
--- a/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ORB_Initializer.cpp
+++ b/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ORB_Initializer.cpp
@@ -3,7 +3,7 @@
// cvs-id : $Id$
#include "tao/corba.h"
-#include "tao/ORBInitInfo.h"
+#include "tao/PI/ORBInitInfo.h"
#include "tao/ORB_Core.h"
#include "ORB_Initializer.h"
diff --git a/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ORB_Initializer.h b/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ORB_Initializer.h
index 0c1d6789351..d11b2a41aa2 100644
--- a/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ORB_Initializer.h
+++ b/TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ORB_Initializer.h
@@ -6,7 +6,7 @@
#define ORB_INITIALIZER_H
#include "tao/LocalObject.h"
-#include "tao/PortableInterceptorC.h"
+#include "tao/PI/PI.h"
class ORB_Initializer :
public virtual PortableInterceptor::ORBInitializer,