Subversion Repositories HomeAutomation

Rev

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

Rev 1644 Rev 1647
Line 37... Line 37...
37
   
37
   
38
    System(boost::asio::io_service& io_service);
38
    System(boost::asio::io_service& io_service);
39
    virtual ~System();
39
    virtual ~System();
40
   
40
   
41
    void InitializeDone();
41
    void InitializeDone();
-
 
42
    void CallOutput(unsigned int request_id, std::string output);
42
   
43
   
43
private:
44
private:
44
    static logging::Logger LOG;
45
    static logging::Logger LOG;
45
   
46
   
46
    static Value Export_Log(const v8::Arguments& args);
-
 
47
    static Value Export_Require(const v8::Arguments& args);
47
    static Value Export_Require(const v8::Arguments& args);
48
    static Value Export_Execute(const v8::Arguments& args);
48
    static Value Export_Execute(const v8::Arguments& args);
49
   
49
   
50
};
50
};
51
 
51