00001 #ifndef _DLDOCIDBATCHTEST_H 00002 #define _DLDOCIDBATCHTEST_H 00003 00004 #include "DLTest.h" 00005 #include "DLZone.h" 00006 #include <string> 00007 00027 class DLDocIDBatchTest : public DLTest 00028 { 00029 public: 00030 00041 DLDocIDBatchTest(char* name, int argc, char** argv); 00042 00046 ~DLDocIDBatchTest(void); 00047 00051 int go(); 00052 00056 void showHelp(); 00057 00058 }; 00059 00060 #endif