#ifndef HOSTTHREAD_H #define HOSTTHREAD_H class HostThread { public: HostThread(); }; #endif // HOSTTHREAD_H