#include <vector>
#include <functional>
#include <memory>
#include <typeinfo>
#include <RCF/Any.hpp>
#include <RCF/Export.hpp>
#include <RCF/MethodInvocation.hpp>
#include <RCF/RcfFwd.hpp>
#include <RCF/SerializationProtocol.hpp>
#include <RCF/Tchar.hpp>
#include <RCF/FileSystem.hpp>
Go to the source code of this file.
|
RCF_EXPORT RcfSession & | RCF::getCurrentRcfSession () |
| Can only be called from within the server-side implementation of a remote call. Returns a reference to the RcfSession the remote call is executing within. More...
|
|
◆ getCurrentRcfSession()
RCF_EXPORT RcfSession& RCF::getCurrentRcfSession |
( |
| ) |
|
Can only be called from within the server-side implementation of a remote call. Returns a reference to the RcfSession the remote call is executing within.