Blame view

Modif/epsilon-master/ion/src/blackbox/events.h 194 Bytes
6663b6c9   adorian   projet complet av...
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