Go to the documentation of this file. 1 #ifndef _XMLRPCTHREAD_H_
2 #define _XMLRPCTHREAD_H_
13 # pragma warning(disable:4786) // identifier was truncated in debug info
22 virtual void run() = 0;
54 static unsigned int __stdcall
runInThread(
void* pThread);
66 #endif // _XMLRPCTHREAD_H_