Changeset 14133
- Timestamp:
- 06/08/12 18:16:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/InterpreterV8.h
r14127 r14133 57 57 { 58 58 This = 0; 59 #ifdef HAVE_V8 59 60 v8::V8::Dispose(); 61 #endif 60 62 } 61 63 … … 80 82 81 83 #ifndef HAVE_V8 82 inline bool InterpreterV8::JsRun(const std::string &, const std::map<std::string,std::string> & = std::map<std::string,std::string>()) { return false; }84 inline bool InterpreterV8::JsRun(const std::string &, const std::map<std::string,std::string> &) { return false; } 83 85 inline void InterpreterV8::JsStop() { } 84 86 #endif
Note:
See TracChangeset
for help on using the changeset viewer.