Subversion Repositories HomeAutomation

Rev

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

Rev 976 Rev 981
Line 46... Line 46...
46
Handle<Value> VirtualMachine_stopIntervalThread(const Arguments& args);
46
Handle<Value> VirtualMachine_stopIntervalThread(const Arguments& args);
47
Handle<Value> VirtualMachine_startIntervalThread(const Arguments& args);
47
Handle<Value> VirtualMachine_startIntervalThread(const Arguments& args);
48
Handle<Value> VirtualMachine_stopSocketThread(const Arguments& args);
48
Handle<Value> VirtualMachine_stopSocketThread(const Arguments& args);
49
Handle<Value> VirtualMachine_startSocketThread(const Arguments& args);
49
Handle<Value> VirtualMachine_startSocketThread(const Arguments& args);
50
Handle<Value> VirtualMachine_sendToSocketThread(const Arguments& args);
50
Handle<Value> VirtualMachine_sendToSocketThread(const Arguments& args);
-
 
51
Handle<Value> VirtualMachine_uint2hex(const Arguments& args);
51
 
52
 
52
class VirtualMachine : public Thread<VirtualMachine>
53
class VirtualMachine : public Thread<VirtualMachine>
53
{
54
{
54
public:
55
public:
55
    static VirtualMachine& getInstance();
56
    static VirtualMachine& getInstance();