00001 #ifndef _DLSIGNATUREDETECTBATCHTEST_H 00002 #define _DLSIGNATUREDETECTBATCHTEST_H 00003 00004 #include "DLTest.h" 00005 #include "DLZone.h" 00006 #include <string> 00007 00024 class DLSignatureDetectBatchTest : public DLTest 00025 { 00026 public: 00027 00034 DLSignatureDetectBatchTest(char* name, int argc, char** argv); 00035 00039 ~DLSignatureDetectBatchTest(void); 00040 00044 int go(); 00045 00049 void showHelp(); 00050 00051 }; 00052 00053 #endif