summaryrefslogtreecommitdiff
path: root/server/src/pracrodao.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/pracrodao.h')
-rw-r--r--server/src/pracrodao.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/server/src/pracrodao.h b/server/src/pracrodao.h
index 285b310..580dfdd 100644
--- a/server/src/pracrodao.h
+++ b/server/src/pracrodao.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: */
+/***************************************************************************
+ * pracrodao.h
+ *
+ * Wed Feb 11 11:17:37 CET 2009
+ * Copyright 2009 Bent Bisballe Nyeng
+ * deva@aasimon.org
+ ****************************************************************************/
+
/*
* This file is part of Pracro.
*
@@ -17,10 +25,11 @@
* along with Pracro; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-#ifndef __PRACRO_PRACRODAO_H
-#define __PRACRO_PRACRODAO_H
+#ifndef __PRACRO_PRACRODAO_H__
+#define __PRACRO_PRACRODAO_H__
#include <string>
+
#include "dbtypes.h"
#include "template.h"
#include "transaction.h"
@@ -43,4 +52,4 @@ protected:
std::string dbname;
};
-#endif
+#endif/*__PRACRO_PRACRODAO_H__*/