![]() |
CSpoofBase | ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| Custom Code in Header Public Section |
Declared in: SpoofBase.h |
Custom Code
//The external log
class CSpoofLog
{
friend class CSpoofBase;
public:
//ctor and dtor
CSpoofLog();
virtual ~CSpoofLog();
protected:
//Report an error must overide
virtual void ReportCatchError(LPCSTR lpClass,LPCSTR lpMethod,LPCSTR lpMessage)=0;
virtual void ReportInitiatedError(LPCSTR lpClass,LPCSTR lpMethod,LPCSTR lpMessage)=0;
virtual void ReportSocketError(LPCSTR lpClass,LPCSTR lpMethod,int iErrorCode)=0;
};
See Also
This web site was generated
using Surveyor V4.50.811.1. Click
here
for more information. |
Site content copyright © 2001 Barak Weichselbaum. See the About page for additional notices. This page last updated: 27 Jun 2001. |