#ifndef ROOT_rootd #define ROOT_rootd //+SEQ,CopyRight,T=NOINCLUDE. ////////////////////////////////////////////////////////////////////////// // // // rootd // // // // This header file contains public definitions and declarations // // used by rootd. // // // ////////////////////////////////////////////////////////////////////////// // Rootd error codes. In case of change update also strings in TNetFile.h. enum ERootdErrors { kErrUndef, kErrNoFile, kErrBadFile, kErrFileExists, kErrNoAccess, kErrFileOpen, kErrFileWriteOpen, kErrFileReadOpen, kErrNoSpace, kErrBadOp, kErrBadMess, kErrFilePut, kErrFileGet, kErrNoUser, kErrNoAnon, kErrBadUser, kErrNoHome, kErrNoPasswd, kErrBadPasswd, kErrFatal }; #endif