25 #ifndef __XRD_CL_POST_MASTER_INTERFACES_HH__
26 #define __XRD_CL_POST_MASTER_INTERFACES_HH__
125 uint32_t &bytesRead )
127 (void)msg; (void)socket; (void)bytesRead;
143 (void)event; (void)streamNum; (void)status;
173 (void)msg; (void)streamNum;
181 virtual bool IsRaw()
const {
return false; }
194 uint32_t &bytesRead )
196 (void)socket; (void)bytesRead;
233 uint16_t stream ) = 0;
277 static const uint16_t
Name = 1;
278 static const uint16_t
Auth = 2;
404 uint16_t subStreamId ) = 0;
432 #endif // __XRD_CL_POST_MASTER_INTERFACES_HH__