Subversion Repositories HomeAutomation

Rev

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

Rev 1656 Rev 2107
Line 87... Line 87...
87
    void StartHandler();
87
    void StartHandler();
88
 
88
 
89
    static Value Export_Log(const v8::Arguments& args);    
89
    static Value Export_Log(const v8::Arguments& args);    
90
   
90
   
91
    void CallOutput(std::string output);
91
    void CallOutput(std::string output);
-
 
92
    void CallResult(std::string output);
92
   
93
   
93
    std::string FormatException(v8::TryCatch& try_catch);
94
    std::string FormatException(v8::TryCatch& try_catch);
94
   
95
   
95
    logging::Logger LOG;
96
    logging::Logger LOG;
96
};
97
};