cc_utils.h 718 字节
Newer Older
W
wangguibao 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
/***************************************************************************
 * 
 * Copyright (c) 2008 Baidu.com, Inc. All Rights Reserved
 * $Id: cc_utils.h,v 1.2 2009/08/13 07:23:01 scmpf Exp $ 
 * 
 **************************************************************************/
 
 
 
/**
 * @file cc_utils.h
 * @author yingxiang(com@baidu.com)
 * @date 2008/12/21 17:55:49
 * @version $Revision: 1.2 $ 
 * @brief 
 *  
 **/


#ifndef  __CC_UTILS_H_
#define  __CC_UTILS_H_

//#include "cc_error.h"
#include "cc_exception.h"
// #include "cc_log.h"
#include "butil/logging.h"
#include "cc_struct.h"
#include "cc_trans.h"
#include "ul_error.h"















#endif  //__CC_UTILS_H_

/* vim: set ts=4 sw=4 sts=4 tw=100 */