cacheT.h

Go to the documentation of this file.
00001 // cacheT.h
00002 
00003 #ifndef I_cacheT_H
00004 #define I_cacheT_H
00005 
00006 #include "baseApp.h"
00007 
00008 #include <string>
00009 #include <map>
00010 
00011 using std::string ;
00012 using std::map ;
00013 
00014 class cacheT : public baseApp {
00015 private:
00016     void                        check_cache( const string &cache_dir,
00017                                              map<string,string> &contents ) ;
00018     void                        init_cache( const string &cache_dir );
00019 
00020 public:
00021                                 cacheT(void) : baseApp() {}
00022     virtual                     ~cacheT(void) {}
00023     virtual int                 run(void);
00024 };
00025 
00026 #endif
00027 

Generated on Fri Nov 30 12:06:48 2007 for OPeNDAP Back End Server (BES) by  doxygen 1.5.1