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 "DocumentManager.hpp" 00019 00020 class DocMgrManager { 00021 public: 00026 static DocumentManager* createDocMgr(string type, string name="", 00027 string parsetype="", 00028 string sources = ""); 00029 00037 static DocumentManager* openDocMgr(const string name); 00038 }; 00039 00040 #endif