Go to the documentation of this file.
37 #ifndef __OUC_STRING_H__
48 #define kDefFileID "XrdIF"
49 #define kXrdIFVersion 1
52 #define kOfsVersion 8 // == kFileIDSize (if this changes remember to scale
53 #define kOfsCtime 12 // accordingly the other offsets ...)
55 #define kOfsEntries 20
59 #define kPFEcreate 0x1
62 #define kMaxLockTries 3
96 void SetName(
const char *n = 0);
150 const char *em1 = 0,
const char *em2 = 0);
154 kXR_int32 createmode = 0600,
bool hashtab = 1);
160 kXR_int32 createmode = 0600,
bool hashtab = 1);
164 const char *nam = 0,
kXR_int32 createmode = 0600);
168 const char *
Name()
const {
return (
const char *)
name; }