RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
soa/sigslot/slot_impl_js.h
00001 /* slot_impl_js.h                                                  -*- C++ -*-
00002    Jeremy Barnes, 16 November 2010
00003    Copyright (c) 2010 Datacratic.  All rights reserved.
00004 
00005    Header file to be included to allow access to the Javascript functionality
00006    of slots.  Mostly needed by the JS wrappers; C++ objects won't normally
00007    have to implement.
00008 */
00009 
00010 #include "slot.h"
00011 #include "soa/js/js_call.h"
00012 
00013 namespace Datacratic {
00014 
00015 } // namespace Datacratic
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator