[Uml-devel] KDE/kdesdk/umbrello/umbrello/codegenerators
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Aug 12 10:40:41 UTC 2007
SVN commit 699220 by okellogg:
add copyright, fix include guard name
M +5 -4 cppheadercodeaccessormethod.h
--- trunk/KDE/kdesdk/umbrello/umbrello/codegenerators/cppheadercodeaccessormethod.h #699219:699220
@@ -1,4 +1,3 @@
-
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
@@ -6,6 +5,8 @@
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
+ * copyright (C) 2004-2007 *
+ * Umbrello UML Modeller Authors <uml-devel at uml.sf.net> *
***************************************************************************/
/* This code generated by:
@@ -13,8 +14,8 @@
* Date : Fri Aug 31 2003
*/
-#ifndef CPPHEADERACCESSORMETHOD_H
-#define CPPHEADERACCESSORMETHOD_H
+#ifndef CPPHEADERCODEACCESSORMETHOD_H
+#define CPPHEADERCODEACCESSORMETHOD_H
#include "../codeaccessormethod.h"
@@ -54,4 +55,4 @@
};
-#endif // CPPHEADERACCESSORMETHOD_H
+#endif // CPPHEADERCODEACCESSORMETHOD_H
More information about the umbrello-devel
mailing list