Remote Call Framework 3.4
RcfSession.hpp File Reference
#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.

Classes

class  RCF::RcfSession
 Represents a server side session, associated with a client connection. More...
 

Functions

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...
 

Function Documentation

◆ 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.