- Timestamp:
- 06/08/12 18:06:19 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/InterpreterV8.h
r14125 r14127 71 71 virtual std::pair<int32_t, std::string> JsState(const std::string &) { return std::make_pair(-256, ""); }; 72 72 virtual void *JsSubscribe(const std::string &) { return 0; }; 73 virtual bool JsUnsubscribe(const void *) { return false; };73 virtual bool JsUnsubscribe(const std::string &) { return false; }; 74 74 virtual std::vector<Description> JsDescription(const std::string &) { return std::vector<Description>(); }; 75 75 virtual std::pair<uint64_t, EventImp *> JsGetEvent(const std::string &) { return std::make_pair(0, (EventImp*)0); };
Note:
See TracChangeset
for help on using the changeset viewer.