00001 /*========================================================================== 00002 * 00003 * Original source copyright (c) 2003, Carnegie Mellon University. 00004 * See copyright.cmu for details. 00005 * 00006 *========================================================================== 00007 */ 00008 00009 #ifndef _DOCMGRMANAGER_HPP 00010 #define _DOCMGRMANAGER_HPP 00011 00018 #include "FlattextDocMgr.hpp" 00019 00020 class DocMgrManager { 00021 public: 00023 static DocumentManager* createDocMgr(string type, string name="", 00024 string parsetype="", string sources = ""); 00025 00029 static DocumentManager* openDocMgr(string name); 00030 }; 00031 00032 #endif