Subversion Repositories HomeAutomation

Rev

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

Rev 1311 Rev 1318
Line 11... Line 11...
11
 
11
 
12
Protocol::pointer Protocol::Instance(new Protocol());
12
Protocol::pointer Protocol::Instance(new Protocol());
13
 
13
 
14
Protocol::Protocol()
14
Protocol::Protocol()
15
{
15
{
16
    // TODO Auto-generated constructor stub
-
 
17
 
-
 
18
}
16
}
19
 
17
 
20
Protocol::~Protocol()
18
Protocol::~Protocol()
21
{
19
{
22
    // TODO Auto-generated destructor stub
-
 
23
}
20
}
24
 
21
 
25
Protocol::pointer Protocol::getInstance()
22
Protocol::pointer Protocol::getInstance()
26
{
23
{
27
    return Protocol::Instance;
24
    return Protocol::Instance;