view tests/IHandler.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

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

#include "handler/IHandler.hpp"

int main(int, char**)
{
    return zia::api::handler::NetworkModifier & zia::api::handler::Ok;
}