]> err.no Git - sope/commitdiff
minor reorgs
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 7 Aug 2005 19:28:50 +0000 (19:28 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Sun, 7 Aug 2005 19:28:50 +0000 (19:28 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@991 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sopex/Templates/Project Templates/SOPE/Web Application/Main.m
sopex/Templates/Project Templates/SOPE/Web Application/Session.m

index 1b87e6c0281839f7d210d652b433706870d62abc..48febe4b3ca8a96cd96a9285fa67072ffcacbe3c 100644 (file)
@@ -9,7 +9,6 @@
 
 @interface Main : WOComponent
 {
-
 }
 
 @end
@@ -18,4 +17,4 @@
 
 @implementation Main
 
-@end
+@end /* Main */
index bc22e4f29278c28c199960ab3f8a914b9767f583..a550838b7d7cf6b74a68f47db9c00a6a298dd68a 100644 (file)
@@ -6,7 +6,8 @@
 //
 
 #include "Session.h"
+#include "common.h"
 
 @implementation Session
 
-@end
+@end /* Session */