package_name.hpp
Go to the documentation of this file.
00001 
00006 #ifndef %(package)s_HPP
00007 #define %(package)s_HPP
00008 
00009 #ifdef WIN32
00010   #ifdef %(package)s_EXPORTS
00011     #define %(package)s_API __declspec(dllexport)
00012   #else
00013     #define %(package)s_API __declspec(dllimport)
00014   #endif
00015 #else
00016   #define %(package)s_API
00017 #endif
00018 
00019 namespace %(package)s
00020 {
00024   class %(package)s_API Foo
00025   {
00026 
00027   public:
00028     Foo() {};
00029 
00030     void helloDude();
00031   };
00032 
00033 } // namespace %(package)s
00034 
00035 #endif // %(package)s_HPP


winros_create_pkg
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:14:40