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.cc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'server/src/pracrodaopgsql.cc') diff --git a/server/src/pracrodaopgsql.cc b/server/src/pracrodaopgsql.cc index d5646bb..05cd46d 100644 --- a/server/src/pracrodaopgsql.cc +++ b/server/src/pracrodaopgsql.cc @@ -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.cc + * + * Wed Feb 11 11:18:26 CET 2009 + * Copyright 2009 Bent Bisballe Nyeng + * deva@aasimon.org + ****************************************************************************/ + /* * This file is part of Pracro. * @@ -17,6 +25,7 @@ * along with Pracro; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include "pracrodaopgsql.h" /* * Updating the old tables; @@ -32,7 +41,6 @@ #include -#include "pracrodaopgsql.h" #include "debug.h" PracroDAOPgsql::PracroDAOPgsql(std::string _host, std::string _port, std::string _user, std::string _passwd, std::string _dbname) -- cgit v1.2.3