summaryrefslogtreecommitdiff
path: root/libvtv/testsuite/libvtv.cc/event-defintions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libvtv/testsuite/libvtv.cc/event-defintions.cpp')
-rw-r--r--libvtv/testsuite/libvtv.cc/event-defintions.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/libvtv/testsuite/libvtv.cc/event-defintions.cpp b/libvtv/testsuite/libvtv.cc/event-defintions.cpp
new file mode 100644
index 00000000000..ba9efe11a4d
--- /dev/null
+++ b/libvtv/testsuite/libvtv.cc/event-defintions.cpp
@@ -0,0 +1,10 @@
+#include "event.h"
+
+Event::Event()
+{
+}
+
+Event::~Event()
+{
+
+}