Subversion Repositories HomeAutomation

Rev

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

Rev 1657 Rev 1679
Line 45... Line 45...
45
    static logging::Logger LOG;
45
    static logging::Logger LOG;
46
   
46
   
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
    static Value Export_ToHex(const v8::Arguments& args);
49
    static Value Export_ToHex(const v8::Arguments& args);
50
   
-
 
-
 
50
    static Value Export_Version(const v8::Arguments& args);
-
 
51
    static Value Export_License(const v8::Arguments& args);    
51
};
52
};
52
 
53
 
53
}; // namespace plugin
54
}; // namespace plugin
54
}; // namespace vm
55
}; // namespace vm
55
}; // namespace atom
56
}; // namespace atom