Subversion Repositories HomeAutomation

Rev

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

Rev 1326 Rev 1328
Line 19... Line 19...
19
    this->myDatatype = Datatype::create(xmlNode["datatype"]);
19
    this->myDatatype = Datatype::create(xmlNode["datatype"]);
20
}
20
}
21
 
21
 
22
Variable::Variable()
22
Variable::Variable()
23
{
23
{
-
 
24
    LOG.setName("Variable");
24
}
25
}
25
 
26
 
26
Variable::~Variable()
27
Variable::~Variable()
27
{
28
{
28
}
29
}