cgma
InvalidEntity.hpp
Go to the documentation of this file.
00001 #ifndef INVALIDENTITY_HPP
00002 #define INVALIDENTITY_HPP
00003 
00004 class InvalidEntity
00005 { public: virtual ~InvalidEntity() {} };
00006 #endif
00007 
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines