1 2 3 4 5 6 7 8 9 10 11
#ifndef CACHE_CONTENT_H #define CACHE_CONTENT_H class cache_content { public: cache_content(); }; #endif // CACHE_CONTENT_H