• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

XrdFrmUtils.hh

Go to the documentation of this file.
00001 #ifndef __FRMUTILS__HH
00002 #define __FRMUTILS__HH
00003 /******************************************************************************/
00004 /*                                                                            */
00005 /*                        X r d F r m U t i l s . h h                         */
00006 /*                                                                            */
00007 /* (c) 2009 by the Board of Trustees of the Leland Stanford, Jr., University  */
00008 /*                            All Rights Reserved                             */
00009 /*   Produced by Andrew Hanushevsky for Stanford University under contract    */
00010 /*              DE-AC02-76-SFO0515 with the Department of Energy              */
00011 /******************************************************************************/
00012   
00013 //          $Id: XrdFrmUtils.hh,v 1.1 2009/05/22 00:52:46 abh Exp $
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

Generated on Wed Sep 1 2010 for xrootd by  doxygen 1.7.1