19 #ifndef __XRD_CL_XROOTD_RESPONSES_HH__
20 #define __XRD_CL_XROOTD_RESPONSES_HH__
217 const std::string &message =
"" ):
225 const std::string &message =
"" ):
253 std::ostringstream o;
254 o <<
"[ERROR] Server responded with an error: [" <<
errNo <<
"] ";
396 tm *t = gmtime( &modTime );
397 strftime( ts, 255,
"%F %T", t );
511 const std::string &name,
576 const std::string &parent,
732 ChunkInfo( uint64_t off = 0, uint32_t len = 0,
void *buff = 0 ):
820 const std::string &c ):
872 #endif // __XRD_CL_XROOTD_RESPONSES_HH__