00001 // -*- C++ -*- 00002 00003 //============================================================================= 00004 /** 00005 * @file Notify_Default_Collection_Factory.h 00006 * 00007 * Notify_Default_Collection_Factory.h,v 1.14 2006/03/14 06:14:34 jtc Exp 00008 * 00009 * @author Pradeep Gore <pradeep@cs.wustl.edu> 00010 */ 00011 //============================================================================= 00012 00013 00014 #ifndef NOTIFY_DEFAULT_COLLECTION_FACTORY_H 00015 #define NOTIFY_DEFAULT_COLLECTION_FACTORY_H 00016 #include /**/ "ace/pre.h" 00017 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_Collection_Factory 00030 * 00031 * @brief Maintained for backward compatibility. 00032 * 00033 * 00034 */ 00035 class TAO_Notify_Serv_Export TAO_Notify_Default_Collection_Factory 00036 { 00037 public: 00038 00039 /// Helper function to register the default factory into the service 00040 /// configurator. 00041 static int init_svc (void); 00042 }; 00043 00044 TAO_END_VERSIONED_NAMESPACE_DECL 00045 00046 #include /**/ "ace/post.h" 00047 #endif /* NOTIFY_DEFAULT_COLLECTION_FACTORY_H */