ATLAS Offline Software
|
#include <ONCRPCServerThreads.h>
Public Member Functions | |
DispatchThreadArguments_t (JiveXML::IServer *const serverPtr, const svc_req *rqp, const Event *event, const EventRequest *req) | |
Public Attributes | |
JiveXML::IServer *const | ServerSvcPtr |
const struct svc_req * | rqstp |
const Event * | evt |
const EventRequest * | evtReq |
Definition at line 41 of file ONCRPCServerThreads.h.
|
inline |
Definition at line 42 of file ONCRPCServerThreads.h.
Definition at line 46 of file ONCRPCServerThreads.h.
const EventRequest* JiveXML::DispatchThreadArguments_t::evtReq |
Definition at line 47 of file ONCRPCServerThreads.h.
const struct svc_req* JiveXML::DispatchThreadArguments_t::rqstp |
Definition at line 45 of file ONCRPCServerThreads.h.
JiveXML::IServer* const JiveXML::DispatchThreadArguments_t::ServerSvcPtr |
Definition at line 44 of file ONCRPCServerThreads.h.