blob: 587c60ae7ab6f4cab558f8d8ab1eeb101a3aafd4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// file : evolution/add-index/test1.hxx
// copyright : Copyright (c) 2009-2019 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
|