test_reader.cpp 619 字节
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 44 45 46
/***************************************************************************
 * 
 * Copyright (c) 2008 Baidu.com, Inc. All Rights Reserved
 * $Id: test_reader.cpp,v 1.3 2009/02/13 15:25:31 yingxiang Exp $ 
 * 
 **************************************************************************/
 
 
 
/**
 * @file test_reader.cpp
 * @author yingxiang(com@baidu.com)
 * @date 2008/12/21 20:14:22
 * @version $Revision: 1.3 $ 
 * @brief i
 *  
 **/

#include "Configure.h"
#include "stdio.h"

int main(){
	comcfg::Configure conf;
	conf.load(".", "new.conf");
	return 0;
}



















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