From 37ec99c015f08c2e94ea04d32b50dfcb549e19a5 Mon Sep 17 00:00:00 2001 From: deva Date: Wed, 11 Feb 2009 10:21:30 +0000 Subject: Updated file header comments to fit the rest of the project. --- server/src/pracrodaopgsql.h | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'server/src/pracrodaopgsql.h') diff --git a/server/src/pracrodaopgsql.h b/server/src/pracrodaopgsql.h index e5d75d5..7218a19 100644 --- a/server/src/pracrodaopgsql.h +++ b/server/src/pracrodaopgsql.h @@ -1,5 +1,13 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set et sw=2 ts=2: */ +/*************************************************************************** + * pracrodaopgsql.h + * + * Wed Feb 11 11:18:26 CET 2009 + * Copyright 2009 Bent Bisballe Nyeng + * deva@aasimon.org + ****************************************************************************/ + /* * This file is part of Pracro. * @@ -17,8 +25,8 @@ * along with Pracro; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#ifndef __PRACRO_PRACRODAOPGSQL_H -#define __PRACRO_PRACRODAOPGSQL_H +#ifndef __PRACRO_PRACRODAOPGSQL_H__ +#define __PRACRO_PRACRODAOPGSQL_H__ #include "pracrodao.h" #include @@ -37,4 +45,4 @@ private: pqxx::connection *conn; }; -#endif +#endif/*__PRACRO_PRACRODAOPGSQL_H__*/ -- cgit v1.2.3