Subversion Repositories HomeAutomation

Rev

Rev 1317 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1317 Rev 1318
Line 45... Line 45...
45
    log::Logger LOG;
45
    log::Logger LOG;
46
    LOG.setName("Main");
46
    LOG.setName("Main");
47
 
47
 
48
    LOG.info("Atom (" + string(AutoVersion::FULLVERSION_STRING) + " " + string(AutoVersion::STATUS) + ")");
48
    LOG.info("Atom (" + string(AutoVersion::FULLVERSION_STRING) + " " + string(AutoVersion::STATUS) + ")");
49
    LOG.info("Written by Mattias Runge 2009");
49
    LOG.info("Written by Mattias Runge 2009");
-
 
50
 
50
 
51
 
51
 
52
 
52
    Protocol::pointer protocol = Protocol::getInstance();
53
    Protocol::pointer protocol = Protocol::getInstance();
53
    protocol->load("../../Configuration/protocol.xml");
54
    protocol->load("../../Configuration/protocol.xml");
54
    cout << protocol->getRootNode().toString() << endl;
55
    cout << protocol->getRootNode().toString() << endl;