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/pracrodao.cc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'server/src/pracrodao.cc') diff --git a/server/src/pracrodao.cc b/server/src/pracrodao.cc index 4dcaae1..3d7631c 100644 --- a/server/src/pracrodao.cc +++ b/server/src/pracrodao.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: */ +/*************************************************************************** + * pracrodao.cc + * + * Wed Feb 11 11:17:37 CET 2009 + * Copyright 2009 Bent Bisballe Nyeng + * deva@aasimon.org + ****************************************************************************/ + /* * This file is part of Pracro. * @@ -17,7 +25,6 @@ * along with Pracro; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ - #include "pracrodao.h" PracroDAO::PracroDAO(std::string _host, std::string _port, std::string _user, std::string _passwd, std::string _dbname) @@ -32,4 +39,3 @@ PracroDAO::PracroDAO(std::string _host, std::string _port, std::string _user, st PracroDAO::~PracroDAO() { } - -- cgit v1.2.3