Subversion Repositories HomeAutomation

Rev

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

Rev 1675 Rev 1768
Line 128... Line 128...
128
    if (this->Exist("help"))
128
    if (this->Exist("help"))
129
    {
129
    {
130
        std::cout << this->command_line_ << std::endl;
130
        std::cout << this->command_line_ << std::endl;
131
        return false;
131
        return false;
132
    }
132
    }
-
 
133
   
-
 
134
    std::cout << "Using " << this->GetAsString("file") << " as configuration file" << std::endl;
133
   
135
   
134
    return true;
136
    return true;
135
}
137
}
136
 
138
 
137
bool Manager::Exist(std::string name)
139
bool Manager::Exist(std::string name)