#include "Main.hpp"
#include "GizmoDaemon.hpp"
#include "../libH/Exception.hpp"
#include <cstdlib>
#include <iostream>
#include <boost/shared_ptr.hpp>
#include <boost/filesystem/operations.hpp>

Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| main function for the program | |
Definition in file Main.cpp.
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
main function for the program
| argc | number of command line arguments | |
| argv | command line arguments |
Definition at line 55 of file Main.cpp.
References H::Exception::message().
1.5.3