summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/FindPOA/FindPOA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/FindPOA/FindPOA.cpp')
-rw-r--r--TAO/examples/POA/FindPOA/FindPOA.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/examples/POA/FindPOA/FindPOA.cpp b/TAO/examples/POA/FindPOA/FindPOA.cpp
index 91989c55e41..a5247ede801 100644
--- a/TAO/examples/POA/FindPOA/FindPOA.cpp
+++ b/TAO/examples/POA/FindPOA/FindPOA.cpp
@@ -16,11 +16,14 @@
//
//===========================================================================
-#include "tao/corba.h"
#include "tao/PortableServer/PortableServer.h"
#include "tao/PortableServer/POA.h"
-ACE_RCSID(FindPOA, FindPOA, "$Id$")
+#include "tao/ORB.h"
+
+ACE_RCSID (FindPOA,
+ FindPOA,
+ "$Id$")
void
find_non_existant_POA (PortableServer::POA_ptr parent,