Changeset 61 in cheroxy for trunk/include/CRXException.h


Ignore:
Timestamp:
01/25/13 17:54:39 (11 years ago)
Author:
cheese
Message:

#1 apply reuseaddr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/CRXException.h

    r35 r61  
    5959    } while (0)
    6060
     61
     62#define CRX_SYSTEM_ERROR()  CRXException::GetSystemErrorCode ()
     63
    6164class CRXException
    6265{
     
    7073
    7174public:
     75    static int  GetSystemErrorCode      (void);
     76
     77public:
    7278    /* get */
    7379    int         GetErrorCode            (void) const;
    7480
    7581    std::string GetErrorMessage         (void) const;
    76 
    77     int         GetSystemErrorCode      (void) const;
    7882
    7983    /* set */
Note: See TracChangeset for help on using the changeset viewer.