summaryrefslogtreecommitdiff
path: root/libvtv/testsuite/event-private.h
blob: 678ab5f68af8909ce22b9faf7a622b03a5b9c15b (plain)
1
2
3
4
5
6
7
#include "event.h"

class PrivateEvent: public Event {
 public:
  PrivateEvent();
  ~PrivateEvent ();
};