RTBKit  0.9
Open-source framework to create real-time ad bidding systems.
soa/logger/flume_constants.h
00001 
00006 #ifndef flume_CONSTANTS_H
00007 #define flume_CONSTANTS_H
00008 
00009 #include "flume_types.h"
00010 
00011 
00012 
00013 class flumeConstants {
00014  public:
00015   flumeConstants();
00016 
00017 };
00018 
00019 extern const flumeConstants g_flume_constants;
00020 
00021 
00022 
00023 #endif
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator