summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-08-20 12:14:37 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-08-20 12:14:37 +0000
commita7e43e5fbac3aef9c3819ba58e7a1ba745bc305d (patch)
tree61cbc37b090c5b51abd33f6172ea07db5917be4e
parent3fd2aaf3aa09d0e0ec5579abfa5f145a65291589 (diff)
downloadATCD-a7e43e5fbac3aef9c3819ba58e7a1ba745bc305d.tar.gz
ChangeLogTag: Fri Aug 20 12:14:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/PortableServer/ORTRework.txt6
-rw-r--r--TAO/tao/PortableServer/POA.cpp1
-rw-r--r--TAO/tao/PortableServer/POA.h2
3 files changed, 8 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/ORTRework.txt b/TAO/tao/PortableServer/ORTRework.txt
index 8f67798f5b4..e08216493f3 100644
--- a/TAO/tao/PortableServer/ORTRework.txt
+++ b/TAO/tao/PortableServer/ORTRework.txt
@@ -1,3 +1,9 @@
+Fri Aug 20 12:14:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/PortableServer/POA.{h,cpp}:
+ Include PI_ForwardC.h in header file, and PortableInterceptorC.h in
+ the cpp file.
+
Fri Aug 20 12:09:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/PortableServer/POA.cpp:
diff --git a/TAO/tao/PortableServer/POA.cpp b/TAO/tao/PortableServer/POA.cpp
index 72fbbe0cee4..4585204ddaf 100644
--- a/TAO/tao/PortableServer/POA.cpp
+++ b/TAO/tao/PortableServer/POA.cpp
@@ -18,6 +18,7 @@ ACE_RCSID (PortableServer,
#include "tao/PortableServer/Default_Acceptor_Filter.h"
#include "tao/PortableServer/ObjectReferenceTemplate_Adapter.h"
#include "tao/PortableServer/ObjectReferenceTemplate_Adapter_Factory.h"
+#include "tao/PortableInterceptorC.h"
#include "tao/ORB_Core.h"
#include "tao/ORB.h"
#include "tao/Server_Strategy_Factory.h"
diff --git a/TAO/tao/PortableServer/POA.h b/TAO/tao/PortableServer/POA.h
index 707c3eb0e24..d17d4095c07 100644
--- a/TAO/tao/PortableServer/POA.h
+++ b/TAO/tao/PortableServer/POA.h
@@ -42,7 +42,7 @@
#include "tao/LocalObject.h"
// Portable Interceptor
-#include "tao/PortableInterceptorC.h"
+#include "tao/PI_ForwardC.h"
#include "ace/Hash_Map_Manager_T.h"
#include "ace/Array_Base.h"