Subversion Repositories HomeAutomation

Rev

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

Rev 1625 Rev 1646
Line 51... Line 51...
51
   
51
   
52
    void SlotOnTimeout(timer::TimerId timer_id, bool repeat);
52
    void SlotOnTimeout(timer::TimerId timer_id, bool repeat);
53
   
53
   
54
    void SlotOnTimeoutHandler(timer::TimerId timer_id, bool repeat);
54
    void SlotOnTimeoutHandler(timer::TimerId timer_id, bool repeat);
55
   
55
   
56
    static Value Export_StartTimer(const v8::Arguments& args);
56
    static Value Export_SetTimer(const v8::Arguments& args);
-
 
57
    static Value Export_SetAlarm(const v8::Arguments& args);
57
    static Value Export_ClearTimer(const v8::Arguments& args);
58
    static Value Export_Cancel(const v8::Arguments& args);
58
    static Value Export_Sleep(const v8::Arguments& args);
59
    static Value Export_Sleep(const v8::Arguments& args);
59
};
60
};
60
 
61
 
61
}; // namespace plugin
62
}; // namespace plugin
62
}; // namespace vm
63
}; // namespace vm