19 #ifndef INCLUDE_RCF_CURRENTSESSION_HPP 20 #define INCLUDE_RCF_CURRENTSESSION_HPP 27 typedef std::shared_ptr<RcfSession> RcfSessionPtr;
29 class CurrentRcfSessionSentry
32 CurrentRcfSessionSentry(RcfSession & session);
33 CurrentRcfSessionSentry(RcfSessionPtr sessionPtr);
34 ~CurrentRcfSessionSentry();
39 #endif // ! INCLUDE_RCF_CURRENTSESSION_HPP Definition: AmiIoHandler.hpp:24