21#ifndef COMMON_RPC_RPCSESSION_H_
22#define COMMON_RPC_RPCSESSION_H_
The RPC channel used to communicate between the client and the server. This implementation runs over ...
Definition RpcChannel.h:51
Represents the RPC session between a client and server.
Definition RpcSession.h:45
void SetData(void *ptr)
Associate user data with this session.
Definition RpcSession.h:68
void * GetData() const
Retrieve the user data associated with this session.
Definition RpcSession.h:76
RpcChannel * Channel()
Returns the underlying RPCChannel.
Definition RpcSession.h:61
RpcSession(RpcChannel *channel)
Create a new session object.
Definition RpcSession.h:52
The namespace containing all OLA symbols.
Definition Credentials.cpp:44