19 #ifndef INCLUDE_RCF_CALLBACKCONNECTIONSERVICE_HPP 20 #define INCLUDE_RCF_CALLBACKCONNECTIONSERVICE_HPP 23 #include <RCF/Service.hpp> 24 #include <RCF/Tools.hpp> 28 class CallbackConnectionService :
public I_Service, Noncopyable
32 CallbackConnectionService();
36 void onServiceAdded(RcfServer & server);
37 void onServiceRemoved(RcfServer & server);
38 void onServerStart(RcfServer & server);
41 friend class RcfClient<I_CreateCallbackConnection>;
42 void CreateCallbackConnection();
46 OnCallbackConnectionCreated mOnCallbackConnectionCreated;
49 typedef std::shared_ptr<CallbackConnectionService> CallbackConnectionServicePtr;
53 #endif // ! INCLUDE_RCF_CALLBACKCONNECTIONSERVICE_HPP
Definition: AmiIoHandler.hpp:24