Changeset 40 in libcf for trunk/include/cf_base.h


Ignore:
Timestamp:
02/06/13 16:11:24 (11 years ago)
Author:
cheese
Message:

#1 change interface of log from context to id-number

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/cf_base.h

    r37 r40  
    4848#define NAME_LENGTH                     128
    4949
    50 /** 오류 코드 베이스 넘버 */
    51 #define CF_ERROR_BASE                   CF_ERROR * 1000
    52 /** @see cf_file.h */
    53 #define CF_ERROR_FILE                   CF_ERROR_BASE * 2
    54 /** @see cf_socket.h */
    55 #define CF_ERROR_SOCKET                 CF_ERROR_BASE * 3
    56 /** @see cf_thread.h */
    57 #define CF_ERROR_THREAD                 CF_ERROR_BASE * 4
    58 /** @see cf_thread.h */
    59 #define CF_ERROR_MUTEX                  CF_ERROR_BASE * 5
    60 /** @see cf_debug.h */
    61 #define CF_ERROR_DEBUG                  CF_ERROR_BASE * 6
    62 /** @see cf_log.h */
    63 #define CF_ERROR_LOG                    CF_ERROR_BASE * 7
    64 
    6550/** Windows 에서의 함수 EXPORT 구문 정의 */
    6651#ifdef _WIN32
Note: See TracChangeset for help on using the changeset viewer.