Subversion Repositories HomeAutomation

Rev

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

Rev 1648 Rev 1656
Line 48... Line 48...
48
{
48
{
49
    v8::Context::Scope context_scope(vm::Manager::Instance()->GetContext());
49
    v8::Context::Scope context_scope(vm::Manager::Instance()->GetContext());
50
   
50
   
51
    Plugin::InitializeDone();
51
    Plugin::InitializeDone();
52
   
52
   
-
 
53
    v8::Boolean::New(Manager::Instance()->LoadScript("interface/list.js"));
53
    v8::Boolean::New(Manager::Instance()->LoadScript("user/autostart.js"));
54
    v8::Boolean::New(Manager::Instance()->LoadScript("autostart.js"));
54
}
55
}
55
 
56
 
56
void System::CallOutput(unsigned int request_id, std::string output)
57
void System::CallOutput(unsigned int request_id, std::string output)
57
{
58
{
58
    LOG.Info(output);
59
    LOG.Info(output);