summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/PI.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-14 08:48:15 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-14 08:48:15 +0000
commitce6c4643b7e77f776b73b004195d92566ffa3e3b (patch)
tree996b8d418f340d7737563f4692b2b3145d42a32d /TAO/tao/PI/PI.cpp
parenta6b64495c53f9d4e1147fcf78374b14309b2deec (diff)
downloadATCD-ce6c4643b7e77f776b73b004195d92566ffa3e3b.tar.gz
ChangeLogTag: Tue Jun 14 07:38:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PI/PI.cpp')
-rw-r--r--TAO/tao/PI/PI.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/tao/PI/PI.cpp b/TAO/tao/PI/PI.cpp
new file mode 100644
index 00000000000..270e0ced030
--- /dev/null
+++ b/TAO/tao/PI/PI.cpp
@@ -0,0 +1,14 @@
+#include "PI.h"
+#include "ORBInitializer_Registry.h"
+#include "PolicyFactory_Loader.h"
+
+ACE_RCSID (PI,
+ PI,
+ "$Id$")
+
+int
+TAO_PI_Init::Initializer (void)
+{
+ return ACE_Service_Config::process_directive (ace_svc_desc_ORBInitializer_Registry);
+}
+