#ifndef _CIRCCONNECTION_H_ #define _CIRCCONNECTION_H_ class CIRCConnection { public: HANDLE hEventHook; tstring strProtocol; tstring strNetwork; }; #endif