Go to the documentation of this file.00001 #ifndef Template_H
00002 #define Template_H
00003
00012 class Template {
00013 public:
00015 Template();
00016
00018 virtual ~Template();
00019
00020 protected:
00021
00022 private:
00023
00024 };
00025 #endif // Template_H