19 #ifndef __XRD_CL_POST_MASTER_INTERFACES_HH__
20 #define __XRD_CL_POST_MASTER_INTERFACES_HH__
119 uint32_t &bytesRead )
121 (void)msg; (void)socket; (void)bytesRead;
137 (void)event; (void)streamNum; (void)status;
167 (void)msg; (void)streamNum;
175 virtual bool IsRaw()
const {
return false; }
188 uint32_t &bytesRead )
190 (void)socket; (void)bytesRead;
227 uint16_t stream ) = 0;
271 static const uint16_t
Name = 1;
272 static const uint16_t
Auth = 2;
388 uint16_t subStreamId ) = 0;
404 #endif // __XRD_CL_POST_MASTER_INTERFACES_HH__