00001 #ifndef _DLSTAMPDETECTBATCHTEST_H 00002 #define _DLSTAMPDETECTBATCHTEST_H 00003 00004 #include "DLTest.h" 00005 #include "DLZone.h" 00006 #include <string> 00007 00031 class DLStampDetectBatchTest : public DLTest 00032 { 00033 public: 00034 00045 DLStampDetectBatchTest(char* name, int argc, char** argv); 00046 00050 ~DLStampDetectBatchTest(void); 00051 00055 int go(); 00056 00060 void showHelp(); 00061 00062 }; 00063 00064 #endif