/*************************************************************************** * * 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 */