Ignore:
Timestamp:
10/23/12 13:39:36 (12 years ago)
Author:
cheese
Message:

#1 fix mutex code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/b0_1_threading/include/CRXMutex.h

    r7 r9  
    2222public:
    2323    int     Create      (void);
     24    int     Destroy     (void);
    2425    void    Lock        (void);
    2526    void    Unlock      (void);
Note: See TracChangeset for help on using the changeset viewer.