messagetest.h
Go to the documentation of this file.00001 #ifndef MESSAGETEST_H
00002 #define MESSAGETEST_H
00003
00007 class messagetest
00008 {
00009 public:
00010
00012 static string doc[];
00013
00015 void test01();
00016
00018 void test02();
00020 void test03();
00021
00022 };
00023
00024
00025
00026 #endif
00027
00028