Changeset 20 in cheroxy for trunk/include/CRXProxy.h


Ignore:
Timestamp:
11/08/12 17:19:07 (11 years ago)
Author:
cheese
Message:

#1 fix and arrange exception handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/CRXProxy.h

    r18 r20  
    1212{
    1313private:
    14     CRXSocket   mClient;
     14    CRXSocket           mClient;
    1515
    1616public:
    17     CRXProxy                (const int aSocket = 0);
     17    CRXProxy            (const int aSocket = 0);
    1818
    1919public:
    20     int         Forward     (void);
    21     int         ForwardMT   (void);
     20    static CRXProxy *   GetNewInstance  (const int aSocket = 0);
     21
     22public:
     23    int                 Forward         (void);
     24    int                 ForwardMT       (void);
    2225};
    2326
Note: See TracChangeset for help on using the changeset viewer.