Subversion Repositories HomeAutomation

Rev

Rev 1309 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1309 Rev 1310
Line 24... Line 24...
24
    this->onNewMessage(message);
24
    this->onNewMessage(message);
25
}
25
}
26
 
26
 
27
Broker::pointer Broker::getInstance()
27
Broker::pointer Broker::getInstance()
28
{
28
{
29
    return Instance;
29
    return Broker::Instance;
30
}
30
}
31
 
31
 
32
Broker::Broker()
32
Broker::Broker()
33
{
33
{
34
    LOG.setName("Broker");
34
    LOG.setName("Broker");