00001
00002
00003
00004
00005
00006
00007
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
00024
00025
00026
00027
00028
00029
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