Changeset 14635


Ignore:
Timestamp:
11/17/12 01:32:47 (12 years ago)
Author:
tbretz
Message:
Reverting to last revision.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/InterpreterV8.h

    r14632 r14635  
    2727    std::set<int> fThreadIds;
    2828
     29    v8::Persistent<v8::Context> fGlobalContext;
     30
    2931    // A loookup table which allows to indentify the
    3032    // the JavaScript object corrsponding to the
     
    3436
    3537    // Lookup table for the callbacks in cases of state changes
    36     std::map<std::string, v8::Persistent<v8::Object>> fStateCallbacks;
     38    std::map<std::string, v8::Persistent<v8::Value>> fStateCallbacks;
    3739
    3840    // List of all timeout threads
     
    4446    static v8::Handle<v8::FunctionTemplate> fTemplateLocal;
    4547    static v8::Handle<v8::FunctionTemplate> fTemplateSky;
    46     //static v8::Handle<v8::FunctionTemplate> fTemplateMoon;
    47     //static v8::Handle<v8::FunctionTemplate> fTemplateDatabase;
     48    static v8::Handle<v8::FunctionTemplate> fTemplateMoon;
     49    static v8::Handle<v8::FunctionTemplate> fTemplateDatabase;
    4850
    4951#ifdef HAVE_SQL
     
    8688
    8789    static double GetDataMember(const v8::Arguments &args, const char *name);
    88     static v8::Handle<v8::Value> Constructor(const v8::Arguments &args);
    8990
    9091    static v8::Handle<v8::Value> LocalToString(const v8::Arguments &args);
Note: See TracChangeset for help on using the changeset viewer.