1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#ifndef ION_BLACKBOX_EVENT_H #define ION_BLACKBOX_EVENT_H namespace Ion { namespace Events { namespace Blackbox { void logAfter(int numberOfEvents); void dumpEventCount(int i); } } } #endif