00001 #ifndef EXAMPLE_MODEL_H 00002 #define EXAMPLE_MODEL_H 00003 00004 #include "Model.h" 00005 00006 namespace model { 00007 00020 class ExampleModel : public Model { 00021 private: 00022 00023 00024 public: 00025 00026 00027 00028 }; 00029 00035 } 00036 00037 #endif //EXAMPLE_MODEL_H