BESUtil.h

Go to the documentation of this file.
00001 // BESUtil.h
00002 
00003 #include <stdio.h>
00004 
00005 #include <string>
00006 
00007 using std::string ;
00008 
00009 #ifndef E_BESUtil_h
00010 #define E_BESUtil_h 1
00011 
00012 class BESUtil
00013 {
00014 private:
00015     static string rfc822_date( const time_t t ) ;
00016 
00017 public:
00027     static void set_mime_text( FILE *out ) ;
00028     static void set_mime_html( FILE *out ) ;
00029 } ;
00030 
00031 #endif // E_BESUtil_h
00032 

Generated on Tue Feb 13 11:13:44 2007 for OPeNDAP Back End Server (BES) by  doxygen 1.4.6