summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/MIOP.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2004-09-16 14:31:58 +0000
committerbala <balanatarajan@users.noreply.github.com>2004-09-16 14:31:58 +0000
commitb9574ac5379ca445bbc1b27174762f8fb87381e4 (patch)
treee51688f0c4930da79db9f91a1f9581e00b742d42 /TAO/orbsvcs/orbsvcs/PortableGroup/MIOP.cpp
parent02a337f4ab74a7cf97f46002383e7306e2f72551 (diff)
downloadATCD-b9574ac5379ca445bbc1b27174762f8fb87381e4.tar.gz
ChangeLogTag:Thu Sep 16 09:28:10 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/MIOP.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/MIOP.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/MIOP.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/MIOP.cpp
new file mode 100644
index 00000000000..41daec0ca8b
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/MIOP.cpp
@@ -0,0 +1,21 @@
+#include "MIOP.h"
+#include "UIPMC_Factory.h"
+#include "ace/Service_Config.h"
+#include "PortableGroup_Loader.h"
+
+ACE_RCSID (PortableGroup,
+ UIPMC_Factory,
+ "$Id$")
+
+namespace TAO
+{
+ /*static*/ int
+ MIOP_Loader::Initializer (void)
+ {
+ /*ACE_Service_Config::process_directive (
+ ace_svc_desc_TAO_PortableGroup_Loader);
+ */
+ return ACE_Service_Config::process_directive (
+ ace_svc_desc_TAO_UIPMC_Protocol_Factory);
+ }
+}