00001 /* -*- C++ -*- */ 00002 //============================================================================= 00003 /** 00004 * @file Notify_Default_CO_Factory.h 00005 * 00006 * Notify_Default_CO_Factory.h,v 1.12 2006/03/14 06:14:34 jtc Exp 00007 * 00008 * 00009 * @author Pradeep Gore <pradeep@cs.wustl.edu> 00010 */ 00011 //============================================================================= 00012 00013 00014 #ifndef NOTIFY_DEFAULT_CO_FACTORY_H 00015 #define NOTIFY_DEFAULT_CO_FACTORY_H 00016 00017 #include /**/ "ace/pre.h" 00018 #include "orbsvcs/Notify/notify_serv_export.h" 00019 00020 #if !defined (ACE_LACKS_PRAGMA_ONCE) 00021 # pragma once 00022 #endif /* ACE_LACKS_PRAGMA_ONCE */ 00023 00024 #include "tao/Versioned_Namespace.h" 00025 00026 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00027 00028 /** 00029 * @class TAO_Notify_Default_CO_Factory 00030 * 00031 * @brief TAO_Notify_Default_CO_Factory 00032 * 00033 * Maintained for backward compatibility. 00034 */ 00035 class TAO_Notify_Serv_Export TAO_Notify_Default_CO_Factory 00036 { 00037 public: 00038 /// Helper function to register the default factory into the service 00039 /// configurator. 00040 static int init_svc (void); 00041 00042 }; 00043 00044 TAO_END_VERSIONED_NAMESPACE_DECL 00045 00046 #include /**/ "ace/post.h" 00047 00048 #endif /* NOTIFY_DEFAULT_CO_FACTORY_H */