diff options
author | deva <deva> | 2009-02-11 10:21:30 +0000 |
---|---|---|
committer | deva <deva> | 2009-02-11 10:21:30 +0000 |
commit | 37ec99c015f08c2e94ea04d32b50dfcb549e19a5 (patch) | |
tree | 6b537667698ea9bb74479d421b6d8e9713397713 /server/src/pracrodaopgsql.cc | |
parent | 2592c3545dd4bc343aff5d0d3e842e1a37c0fb39 (diff) |
Updated file header comments to fit the rest of the project.
Diffstat (limited to 'server/src/pracrodaopgsql.cc')
-rw-r--r-- | server/src/pracrodaopgsql.cc | 10 |
1 files changed, 9 insertions, 1 deletions
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 <stdlib.h> -#include "pracrodaopgsql.h" #include "debug.h" PracroDAOPgsql::PracroDAOPgsql(std::string _host, std::string _port, std::string _user, std::string _passwd, std::string _dbname) |