From: helge Date: Sun, 7 Aug 2005 19:28:50 +0000 (+0000) Subject: minor reorgs X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59069254b0485ea8c205ef4f2febbeb2e1e7837;p=sope minor reorgs git-svn-id: http://svn.opengroupware.org/SOPE/trunk@991 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sopex/Templates/Project Templates/SOPE/Web Application/Main.m b/sopex/Templates/Project Templates/SOPE/Web Application/Main.m index 1b87e6c0..48febe4b 100644 --- a/sopex/Templates/Project Templates/SOPE/Web Application/Main.m +++ b/sopex/Templates/Project Templates/SOPE/Web Application/Main.m @@ -9,7 +9,6 @@ @interface Main : WOComponent { - } @end @@ -18,4 +17,4 @@ @implementation Main -@end +@end /* Main */ diff --git a/sopex/Templates/Project Templates/SOPE/Web Application/Session.m b/sopex/Templates/Project Templates/SOPE/Web Application/Session.m index bc22e4f2..a550838b 100644 --- a/sopex/Templates/Project Templates/SOPE/Web Application/Session.m +++ b/sopex/Templates/Project Templates/SOPE/Web Application/Session.m @@ -6,7 +6,8 @@ // #include "Session.h" +#include "common.h" @implementation Session -@end +@end /* Session */