00001 // -*- C++ -*- 00002 00003 //============================================================================= 00004 /** 00005 * @file MIOP.h 00006 * 00007 * MIOP.h,v 1.5 2006/03/14 06:14:34 jtc Exp 00008 * 00009 * @author Bala Natarajan 00010 */ 00011 //============================================================================= 00012 #ifndef TAO_MIOP_H 00013 #define TAO_MIOP_H 00014 #include /**/ "ace/pre.h" 00015 00016 #include "orbsvcs/PortableGroup/portablegroup_export.h" 00017 00018 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00019 # pragma once 00020 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00021 00022 #include "tao/Versioned_Namespace.h" 00023 00024 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00025 00026 namespace TAO 00027 { 00028 00029 class TAO_PortableGroup_Export MIOP_Loader 00030 { 00031 public: 00032 /// Used to force the insertion of UIPMC_Factory in the service 00033 /// configurator. 00034 static int Initializer (void); 00035 }; 00036 00037 static int 00038 Requires_MIOP_Initializer = MIOP_Loader::Initializer (); 00039 00040 } 00041 00042 TAO_END_VERSIONED_NAMESPACE_DECL 00043 00044 #include /**/ "ace/post.h" 00045 #endif /*TAO_MIOP_H*/