htmltest.h
Go to the documentation of this file.00001 #ifndef HTMLTEST_H
00002 #define HTMLTEST_H
00003
00004 #include <typedefs.h>
00005
00009 class htmltest
00010 {
00011 public:
00012
00014 static string doc[];
00015
00017 static int test01( int argc, char** argv);
00018
00019 };
00020
00021
00022 #endif
00023