]> err.no Git - scalable-opengroupware.org/commitdiff
minor cleanups
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 7 Feb 2005 13:38:17 +0000 (13:38 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Mon, 7 Feb 2005 13:38:17 +0000 (13:38 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@524 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/SoObjects/SOGo/ChangeLog
SOGo/SoObjects/SOGo/SOGoContentObject.m
SOGo/SoObjects/SOGo/SOGoObject.h
SOGo/SoObjects/SOGo/SOGoObject.m
SOGo/SoObjects/SOGo/Version

index 34cac5319bc6f784a38ba652a8b9d4f8b5cdb068..704134f77ae9cafe1de22bdd9a642c427bb50a64 100644 (file)
@@ -1,3 +1,7 @@
+2005-02-07  Helge Hess  <helge.hess@opengroupware.org>
+
+       * SOGoObject.h: added prototype for GETAction (v0.9.28)
+
 2005-02-06  Helge Hess  <helge.hess@opengroupware.org>
 
        * added -outlookMessageClass / -outlookFolderClass (v0.9.27)
index 09fde609567ebe2bfdbe8ed91fcff15198b70f96..0b9189e68c4e338e5730c5b11ad80835201ee30e 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2004 SKYRIX Software AG
+  Copyright (C) 2004-2005 SKYRIX Software AG
 
   This file is part of OpenGroupware.org.
 
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 #include "SOGoContentObject.h"
 #include "common.h"
index c792d609e3e39c98fd88839df1a36663e67ea55f..6e5c93c119ccab88878993752bbd66c7dea2243a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2004 SKYRIX Software AG
+  Copyright (C) 2004-2005 SKYRIX Software AG
 
   This file is part of OpenGroupware.org.
 
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 #ifndef __SoObjects_SOGoObject_H__
 #define __SoObjects_SOGoObject_H__
@@ -70,6 +69,7 @@
 /* operations */
 
 - (NSException *)delete;
+- (id)GETAction:(id)_ctx;
 
 /* description */
 
index c871f4509a8883a669915090c93e50e5f9bba4ee..c9339b69288679d74c4a2f8265d768bee8bb97b2 100644 (file)
   return [self delete];
 }
 
-- (id)GETAction:(WOContext *)_ctx {
+- (id)GETAction:(id)_ctx {
   // TODO: I guess this should really be done by SOPE (redirect to
   //       default method)
   WORequest  *rq;
index ab7e9f78b33d24998efe0a9d03944d4911306eb2..f5dd203b50e0b9b0873a770975fef55ad52142ab 100644 (file)
@@ -1,5 +1,5 @@
 # version file
 
-SUBMINOR_VERSION:=27
+SUBMINOR_VERSION:=28
 
 # v0.9.26 requires libOGoContentStore v0.9.13