list.h 628 字节
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
/***************************************************************************
 * 
 * Copyright (c) 2009 Baidu.com, Inc. All Rights Reserved
 * $Id: list.h,v 1.2 2009/03/09 04:56:41 xiaowei Exp $ 
 * 
 **************************************************************************/
 
 
 
/**
 * @file bsllist.h
 * @author xiaowei(com@baidu.com)
 * @date 2009/01/13 11:37:07
 * @version $Revision: 1.2 $ 
 * @brief 
 *  
 **/


#ifndef  __BSLLIST_H_
#define  __BSLLIST_H_


#include "containers/list/bsl_list.h"
#include "containers/slist/bsl_slist.h"















#endif  //__BSLLIST_H_

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