#ifndef REGISTRATIONBOOK_H #define REGISTRATIONBOOK_H class RegistrationBook { public: const char* GetClassName(); }; #endif // REGISTRATIONBOOK_H