#ifndef NETPUBLISHER_H #define NETPUBLISHER_H class NetPublisher { public: NetPublisher(); }; #endif // NETPUBLISHER_H