18 #ifndef INCLUDE_RCF_CURRENTSESSION_HPP 19 #define INCLUDE_RCF_CURRENTSESSION_HPP 26 typedef std::shared_ptr<RcfSession> RcfSessionPtr;
28 class CurrentRcfSessionSentry
31 CurrentRcfSessionSentry(RcfSession & session);
32 CurrentRcfSessionSentry(RcfSessionPtr sessionPtr);
33 ~CurrentRcfSessionSentry();
38 #endif // ! INCLUDE_RCF_CURRENTSESSION_HPP Definition: AmiIoHandler.hpp:23