blob: 9e1ea1a63e5c5bb212cd76269bd7a95ef9195076 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// file : evolution/combined/test1.hxx
// copyright : Copyright (c) 2009-2015 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST1_HXX
#define TEST1_HXX
#pragma db model version(1, 1)
#endif // TEST1_HXX
|