bsl_auto_buffer.h 572 字节
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
/***************************************************************************
 * 
 * Copyright (c) 2010 Baidu.com, Inc. All Rights Reserved
 * $Id$ 
 * 
 **************************************************************************/
 
 
 
/**
 * @file bsl_auto_buffer.h
 * @author chenxm(chenxiaoming@baidu.com)
 * @date 2010/08/18 13:32:16
 * @version $Revision$ 
 * @brief 
 *  
 **/
#ifndef  __BSL_EXCEPTION_AUTO_BUFFER_H_
#define  __BSL_EXCEPTION_AUTO_BUFFER_H_

#include "bsl/AutoBuffer.h"

#endif  //__BSL_EXCEPTION_AUTO_BUFFER_H_

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