00001 #ifndef __EMCASCIISTORAGEMANAGER_H__ 00002 #define __EMCASCIISTORAGEMANAGER_H__ 00003 00004 #ifndef __EMCMANAGEABLE_H__ 00005 #include "emcManageable.h" 00006 #endif 00007 00010 class emcAsciiStorageManager 00011 { 00012 public: 00013 static emcManageable::EStorage storage() 00014 { return emcManageable::kFile_ASCII; } 00015 00016 static const char* name() { return "emcAsciiStorageManager"; } 00017 }; 00018 00019 #endif