view tests/IConfig.cpp @ 66:86584ae719fc

Fix problem with header fixed #8, add test for all header fix #9, #11
author daedric <d43dr1c@gmail.com>
date Tue, 30 Mar 2010 23:02:51 +0200
parents
children 360da757ccb0
line wrap: on
line source

/*
 * IConfig.cpp
 *
 *  Created on: 30 mars 2010
 *      Author: Daedric
 */

#include "IConfig.hpp"
#include <utility>

int main(int, char**)
{
    zia::api::IConfig::ValueMap map;

    map.insert(std::make_pair("kikoo", "lol"));
}