Changeset 38 in cheroxy for trunk/include/CRXMutex.h


Ignore:
Timestamp:
11/21/12 09:23:50 (11 years ago)
Author:
cheese
Message:

#1 more mutex interface and add debugging code to check connection port number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/CRXMutex.h

    r10 r38  
    1414{
    1515private:
    16     CRX_MUTEX mMutex;
     16    bool        mIsCreated;
     17    CRX_MUTEX   mMutex;
    1718
    1819public:
     
    2122
    2223public:
     24    bool    IsCreated   (void) const;
    2325    int     Create      (void);
    2426    int     Destroy     (void);
Note: See TracChangeset for help on using the changeset viewer.