summaryrefslogtreecommitdiff
path: root/server/src/pracrodaopgsql.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/pracrodaopgsql.h')
-rw-r--r--server/src/pracrodaopgsql.h14
1 files changed, 11 insertions, 3 deletions
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 <pqxx/pqxx>
@@ -37,4 +45,4 @@ private:
pqxx::connection *conn;
};
-#endif
+#endif/*__PRACRO_PRACRODAOPGSQL_H__*/