From 33621aa8385caee20e0689b2871a089ba134730d Mon Sep 17 00:00:00 2001 From: helge Date: Mon, 7 Feb 2005 13:38:17 +0000 Subject: [PATCH] minor cleanups git-svn-id: http://svn.opengroupware.org/SOGo/trunk@524 d1b88da0-ebda-0310-925b-ed51d893ca5b --- SOGo/SoObjects/SOGo/ChangeLog | 4 ++++ SOGo/SoObjects/SOGo/SOGoContentObject.m | 3 +-- SOGo/SoObjects/SOGo/SOGoObject.h | 4 ++-- SOGo/SoObjects/SOGo/SOGoObject.m | 2 +- SOGo/SoObjects/SOGo/Version | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/SOGo/SoObjects/SOGo/ChangeLog b/SOGo/SoObjects/SOGo/ChangeLog index 34cac531..704134f7 100644 --- a/SOGo/SoObjects/SOGo/ChangeLog +++ b/SOGo/SoObjects/SOGo/ChangeLog @@ -1,3 +1,7 @@ +2005-02-07 Helge Hess + + * SOGoObject.h: added prototype for GETAction (v0.9.28) + 2005-02-06 Helge Hess * added -outlookMessageClass / -outlookFolderClass (v0.9.27) diff --git a/SOGo/SoObjects/SOGo/SOGoContentObject.m b/SOGo/SoObjects/SOGo/SOGoContentObject.m index 09fde609..0b9189e6 100644 --- a/SOGo/SoObjects/SOGo/SOGoContentObject.m +++ b/SOGo/SoObjects/SOGo/SOGoContentObject.m @@ -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" diff --git a/SOGo/SoObjects/SOGo/SOGoObject.h b/SOGo/SoObjects/SOGo/SOGoObject.h index c792d609..6e5c93c1 100644 --- a/SOGo/SoObjects/SOGo/SOGoObject.h +++ b/SOGo/SoObjects/SOGo/SOGoObject.h @@ -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 */ diff --git a/SOGo/SoObjects/SOGo/SOGoObject.m b/SOGo/SoObjects/SOGo/SOGoObject.m index c871f450..c9339b69 100644 --- a/SOGo/SoObjects/SOGo/SOGoObject.m +++ b/SOGo/SoObjects/SOGo/SOGoObject.m @@ -137,7 +137,7 @@ 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; diff --git a/SOGo/SoObjects/SOGo/Version b/SOGo/SoObjects/SOGo/Version index ab7e9f78..f5dd203b 100644 --- a/SOGo/SoObjects/SOGo/Version +++ b/SOGo/SoObjects/SOGo/Version @@ -1,5 +1,5 @@ # version file -SUBMINOR_VERSION:=27 +SUBMINOR_VERSION:=28 # v0.9.26 requires libOGoContentStore v0.9.13 -- 2.39.5