ECG_Address_Server_Base.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 /**
00003  *  @file   ECG_Address_Server_Base.h
00004  *
00005  *  ECG_Address_Server_Base.h,v 1.12 2006/03/15 07:52:21 jtc Exp
00006  *
00007  *  @author Marina Spivak (marina@atdesk.com)
00008  *
00009  */
00010 
00011 #ifndef TAO_ECG_ADDRESS_SERVER_BASE_H
00012 #define TAO_ECG_ADDRESS_SERVER_BASE_H
00013 #include /**/ "ace/pre.h"
00014 
00015 #include /**/ "orbsvcs/Event/event_serv_export.h"
00016 #include "orbsvcs/RtecUDPAdminS.h"
00017 #include "orbsvcs/Event/EC_Lifetime_Utils.h"
00018 #include "ace/Auto_Ptr.h"
00019 
00020 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00021 
00022 /**
00023  * @class TAO_ECG_Address_Server_Base
00024  *
00025  * @brief All implementations of RtecUDPAdmin::AddrServer idl
00026  * interface should inherit from this abstract base.
00027  *
00028  * Adds init () virtual method so that all AddrServer implementations can be
00029  * initialized in the same fasion.
00030  */
00031 class TAO_RTEvent_Serv_Export TAO_ECG_Address_Server_Base
00032   : public virtual POA_RtecUDPAdmin::AddrServer
00033 {
00034 public:
00035 
00036   virtual int init (const char *arg) = 0;
00037 };
00038 
00039 TAO_END_VERSIONED_NAMESPACE_DECL
00040 
00041 #include /**/ "ace/post.h"
00042 #endif /* TAO_ECG_ADDRESS_SERVER_BASE_H */

Generated on Thu Nov 9 13:11:10 2006 for TAO_RTEvent by doxygen 1.3.6