/*************************************************************************** * * Copyright (c) 2009 Baidu.com, Inc. All Rights Reserved * $Id: map.h,v 1.2 2009/03/09 04:56:41 xiaowei Exp $ * **************************************************************************/ /** * @file bslmap.h * @author xiaowei(com@baidu.com) * @date 2009/01/13 11:33:28 * @version $Revision: 1.2 $ * @brief * **/ #ifndef __BSLMAP_H_ #define __BSLMAP_H_ #include "containers/hash/bsl_hashmap.h" #include "bsl/containers/hash/bsl_phashmap.h" #include "bsl/containers/hash/bsl_readmap.h" #endif //__BSLMAP_H_ /* vim: set ts=4 sw=4 sts=4 tw=100 noet: */