18 #ifndef INCLUDE_RCF_CALLBACKCONNECTIONSERVICE_HPP 19 #define INCLUDE_RCF_CALLBACKCONNECTIONSERVICE_HPP 22 #include <RCF/Service.hpp> 23 #include <RCF/Tools.hpp> 27 class CallbackConnectionService :
public I_Service, Noncopyable
31 CallbackConnectionService();
35 void onServiceAdded(RcfServer & server);
36 void onServiceRemoved(RcfServer & server);
37 void onServerStart(RcfServer & server);
40 friend class RcfClient<I_CreateCallbackConnection>;
41 void CreateCallbackConnection();
45 OnCallbackConnectionCreated mOnCallbackConnectionCreated;
48 typedef std::shared_ptr<CallbackConnectionService> CallbackConnectionServicePtr;
52 #endif // ! INCLUDE_RCF_CALLBACKCONNECTIONSERVICE_HPP
Definition: AmiIoHandler.hpp:23