blob: a142b7f593ab20fee1b0e9b6aaf7571d926150d8 (
plain)
1
2
3
4
5
6
7
8
9
|
// file : pgsql/template/test.hxx
// author : Constantin Michael <constantin@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef TEST_HXX
#define TEST_HXX
#endif // TEST_HXX
|