Changeset 40 in libcf for trunk/include/cf_file.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_file.h

    r35 r40  
    1111#include "cf_base.h"
    1212#include <fcntl.h>
    13 
    14 #define CF_ERROR_FILE_OPEN              CF_ERROR_FILE - 1
    15 #define CF_ERROR_FILE_INVALID_ARGS      CF_ERROR_FILE - 2
    16 #define CF_ERROR_FILE_READ              CF_ERROR_FILE - 3
    17 #define CF_ERROR_FILE_WRITE             CF_ERROR_FILE - 4
    18 #define CF_ERROR_FILE_CREATE            CF_ERROR_FILE - 5
    19 #define CF_ERROR_FILE_CLOSE             CF_ERROR_FILE - 6
    20 #define CF_ERROR_FILE_GET_SIZE          CF_ERROR_FILE - 7
    2113
    2214/** 파일 열기 옵션 플래그 */
Note: See TracChangeset for help on using the changeset viewer.