diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-03 12:49:15 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2013-09-17 12:04:02 +0200 |
commit | d3689b6cd0b01ea4872cefbe99dbaef95febd64d (patch) | |
tree | 4451ff9338c967b5d430d2145216fca74149e210 /evolution/soft-delete/test3.hxx | |
parent | 179eb696191958bae891916eec2708c4d3e34983 (diff) |
Handling of dynamic empty statements as result of versioning
Diffstat (limited to 'evolution/soft-delete/test3.hxx')
-rw-r--r-- | evolution/soft-delete/test3.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/evolution/soft-delete/test3.hxx b/evolution/soft-delete/test3.hxx new file mode 100644 index 0000000..00ac7ca --- /dev/null +++ b/evolution/soft-delete/test3.hxx @@ -0,0 +1,12 @@ +// file : evolution/soft-delete/test3.hxx +// copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +// license : GNU GPL v2; see accompanying LICENSE file + +#ifndef TEST3_HXX +#define TEST3_HXX + +#define MODEL_VERSION 3 +#include "model.hxx" +#undef MODEL_VERSION + +#endif // TEST3_HXX |