blob: 1bc5549c640c42190bbdaa130a27ba075b9f8372 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// file : evolution/add-index/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
|