/* * KVDefs.hpp * * Created on: 06/09/2010 * Author: qiao.zhao */ #ifndef KVDEFS_HPP_ #define KVDEFS_HPP_ typedef std::map KeyValueList; typedef std::map ExtensionList; #endif /* KVDEFS_HPP_ */