![]() |
Public API Reference |
00001 #ifndef __CS_IMAP_SAVER_H__ 00002 #define __CS_IMAP_SAVER_H__ 00003 00004 #include "csutil/scf.h" 00005 00006 struct iString; 00007 struct iMetaManager; 00008 00009 SCF_VERSION (iSaver, 0, 0, 2); 00010 00015 struct iSaver : public iBase { 00019 virtual bool SaveMapFile(const char *filename)=0; 00023 virtual iString* SaveMapFile()=0; 00024 }; 00025 00026 #endif // __CS_IMAP_SAVER_H__ 00027