#ifndef CAMPSERVICE_H #define CAMPSERVICE_H class CampService { public: CampService(); }; #endif // CAMPSERVICE_H