Subversion Repositories HomeAutomation

Rev

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

Rev 1596 Rev 1602
Line 88... Line 88...
88
void Message::SetVariable(std::string name, std::string value)
88
void Message::SetVariable(std::string name, std::string value)
89
{
89
{
90
    this->variables_[name] = value;
90
    this->variables_[name] = value;
91
}
91
}
92
 
92
 
93
Message::VariableList& Message::GetVariables()
93
type::StringMap& Message::GetVariables()
94
{
94
{
95
    return this->variables_;
95
    return this->variables_;
-
 
96
}
-
 
97
 
-
 
98
void Message::SetVariables(type::StringMap variables)
-
 
99
{
-
 
100
    this->variables_ = variables;
96
}
101
}
97
   
102
 
98
}; // namespace can
103
}; // namespace can
99
}; // namespace atom
104
}; // namespace atom