libmoost
/home/mhx/git/github/libmoost/test/pdl/test_class_4.h
Go to the documentation of this file.
00001 /* vim:set ts=3 sw=3 sts=3 et: */
00028 #ifndef MOOST_PDL_TEST_CLASS_4_H__
00029 #define MOOST_PDL_TEST_CLASS_4_H__
00030 
00031 #include "test_interface.h"
00032 
00033 class my_test_class : public my_test_interface
00034 {
00035 public:
00036    my_test_class();
00037    ~my_test_class();
00038    int do_it();
00039 };
00040 
00041 #endif