00001 00020 #ifndef INCL_CONTACT_VERSION_30 00021 #define INCL_CONTACT_VERSION_30 00022 00024 #include "Contact.h" 00025 00026 class Contact30 : public Contact { 00027 public: 00028 Contact30(); 00029 }; 00031 #endif