summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-08-20 12:06:03 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-08-20 12:06:03 +0000
commit312782ce2ac8de7803f2bcbb3c75aad939479307 (patch)
treead8db847f5e6f368f75f5ec188859efc9e6b0814
parentf2accbfeed4f04111a070e034452c001a05c592b (diff)
downloadATCD-312782ce2ac8de7803f2bcbb3c75aad939479307.tar.gz
ChangeLogTag: Fri Aug 20 12:05:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/PortableServer/ORTRework.txt5
-rw-r--r--TAO/tao/PortableServer/POAManager.cpp1
2 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/PortableServer/ORTRework.txt b/TAO/tao/PortableServer/ORTRework.txt
index 94bf6c4b603..0003384e3c1 100644
--- a/TAO/tao/PortableServer/ORTRework.txt
+++ b/TAO/tao/PortableServer/ORTRework.txt
@@ -1,3 +1,8 @@
+Fri Aug 20 12:05:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/PortableServer/POAManager.cpp:
+ Removed not needed include of Interceptor_List
+
Fri Aug 20 11:47:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/MakeProjectCreator/config/iorinterceptor.mpb:
diff --git a/TAO/tao/PortableServer/POAManager.cpp b/TAO/tao/PortableServer/POAManager.cpp
index c6e9275fd2e..3bcbffa0d0f 100644
--- a/TAO/tao/PortableServer/POAManager.cpp
+++ b/TAO/tao/PortableServer/POAManager.cpp
@@ -5,7 +5,6 @@
#include "poa_macros.h"
#include "tao/IORInterceptor/IORInfoC.h"
#include "tao/Server_Strategy_Factory.h"
-#include "tao/Interceptor_List.h"
#include "tao/ORB_Core.h"
#include "tao/IORInterceptor_Adapter.h"