Go to the documentation of this file.00001 #ifndef __FRMUTILS__HH
00002 #define __FRMUTILS__HH
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015 #include <stdlib.h>
00016 #include <time.h>
00017
00018 class XrdFrmUtils
00019 {
00020 public:
00021
00022 static char Ask(char dflt, const char *Msg1, const char *Msg2="",
00023 const char *Msg3="");
00024
00025 static int Utime(const char *Path, time_t tVal);
00026
00027 XrdFrmUtils() {}
00028 ~XrdFrmUtils() {}
00029 private:
00030 };
00031 #endif