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.h | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'server/src/pracrodao.h') 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 + #include "dbtypes.h" #include "template.h" #include "transaction.h" @@ -43,4 +52,4 @@ protected: std::string dbname; }; -#endif +#endif/*__PRACRO_PRACRODAO_H__*/ -- cgit v1.2.3