summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-04-15 11:44:08 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-04-15 11:44:08 +0000
commitff0a18a1f1b6eb4acab9c771825c8e15db9f3007 (patch)
tree7ffe69a5cfcc977095ad9832f0720c2cfdaf7307
parent07e5b487690d946c49809dca91c5d0b0a4e22452 (diff)
downloadATCD-ff0a18a1f1b6eb4acab9c771825c8e15db9f3007.tar.gz
ChangeLogTag: Fri Apr 15 12:43:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tao/PortableServer/PortableServer_ORBInitializer.h2
-rw-r--r--TAO/tao/PortableServer/PortableServer_PolicyFactory.h2
-rw-r--r--TAO/tao/PortableServer/ServerRequestInfo.h2
4 files changed, 10 insertions, 3 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 24ef036844c..64f05ace3ad 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,10 @@
+Fri Apr 15 12:43:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/PortableServer/PortableServer_ORBInitializer.h:
+ * tao/PortableServer/PortableServer_PolicyFactory.h:
+ * tao/PortableServer/ServerRequestInfo.h:
+ Include a more specific file then PortableInterceptorC.h
+
Fri Apr 15 12:10:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/ImplRepo_Service/Locator_Repository.cpp:
diff --git a/TAO/tao/PortableServer/PortableServer_ORBInitializer.h b/TAO/tao/PortableServer/PortableServer_ORBInitializer.h
index ce16a028527..faa502a2468 100644
--- a/TAO/tao/PortableServer/PortableServer_ORBInitializer.h
+++ b/TAO/tao/PortableServer/PortableServer_ORBInitializer.h
@@ -21,7 +21,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/PortableInterceptorC.h"
+#include "tao/ORBInitializerC.h"
#include "tao/LocalObject.h"
/// Forward Declarations
diff --git a/TAO/tao/PortableServer/PortableServer_PolicyFactory.h b/TAO/tao/PortableServer/PortableServer_PolicyFactory.h
index 039a2ce76df..c4b4da1f45d 100644
--- a/TAO/tao/PortableServer/PortableServer_PolicyFactory.h
+++ b/TAO/tao/PortableServer/PortableServer_PolicyFactory.h
@@ -21,7 +21,7 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/PortableInterceptorC.h"
+#include "tao/PolicyFactoryC.h"
#include "tao/LocalObject.h"
/// Policy factory for all PortableServer related policies.
diff --git a/TAO/tao/PortableServer/ServerRequestInfo.h b/TAO/tao/PortableServer/ServerRequestInfo.h
index 7323da663f8..813a1487689 100644
--- a/TAO/tao/PortableServer/ServerRequestInfo.h
+++ b/TAO/tao/PortableServer/ServerRequestInfo.h
@@ -27,7 +27,7 @@
#if (TAO_HAS_INTERCEPTORS == 1)
-#include "tao/PortableInterceptorC.h"
+#include "tao/ServerRequestInfoC.h"
#include "tao/LocalObject.h"
#include "tao/OctetSeqC.h"
#include "tao/TAO_Server_Request.h"