diff options
-rw-r--r-- | TAO/ChangeLog | 4 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ORB_Initializer.cpp | 2 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/FaultTolerance/RolyPoly/ORB_Initializer.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index ca021e3cf8f..6ba1ad1476f 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -6,8 +6,8 @@ Tue Jun 14 12:04:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl> Tue Jun 14 12:01:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl> * tao/PI/ORBInitializer_Registry.{h,cpp}: - Renamed to ORBInitializer_Registry_Impl. This prevents confusion - if we have the file in the tao or tao/PI directory + Renamed to ORBInitializer_Registry_Impl.{h,cpp} This prevents + confusion if we have the file in the tao or tao/PI directory * tao/PI/PI.cpp: Updated include 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, |