Class CSpoofBase Data ItemsConstructorsDestructorsFunctionsCustom CodeGo to hierarchy chart    Prev page: Custom Code in Header After IncludesNext page: CSpoofBase    Show member index
Custom Code in Header Public Section Declared in:
SpoofBase.h

'Custom Code' icon -- Shortcut to top of page. 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' icon -- Shortcut to top of page. See Also

Class Overview Class Overview  |  Hierarchy Chart Hierarchy Chart


Get Surveyor!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.