aboutsummaryrefslogtreecommitdiff
path: root/evolution/soft-delete/test2.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-09-03 12:49:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-09-17 12:04:02 +0200
commitd3689b6cd0b01ea4872cefbe99dbaef95febd64d (patch)
tree4451ff9338c967b5d430d2145216fca74149e210 /evolution/soft-delete/test2.hxx
parent179eb696191958bae891916eec2708c4d3e34983 (diff)
Handling of dynamic empty statements as result of versioning
Diffstat (limited to 'evolution/soft-delete/test2.hxx')
-rw-r--r--evolution/soft-delete/test2.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/evolution/soft-delete/test2.hxx b/evolution/soft-delete/test2.hxx
new file mode 100644
index 0000000..b1886cb
--- /dev/null
+++ b/evolution/soft-delete/test2.hxx
@@ -0,0 +1,12 @@
+// file : evolution/soft-delete/test2.hxx
+// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#ifndef TEST2_HXX
+#define TEST2_HXX
+
+#define MODEL_VERSION 2
+#include "model.hxx"
+#undef MODEL_VERSION
+
+#endif // TEST2_HXX