RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
soa/sigslot/slot_node.cc
00001 /* slot_node.cc
00002    Jeremy Barnes, 6 February 2011
00003    Copyright (c) 2011 Datacratic.  All rights reserved.
00004 
00005    Node.js slot module.
00006 */
00007 
00008 #include "slot_js.h"
00009 #include "soa/js/js_utils.h"
00010 
00011 using namespace Datacratic;
00012 using namespace Datacratic::JS;
00013 
00014 // Node.js initialization function; called to set up the Sigslot object
00015 extern "C" void
00016 init(v8::Handle<v8::Object> target)
00017 {
00018     registry.init(target, sigslotModule);
00019 }
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator