+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)
/*
- Copyright (C) 2004 SKYRIX Software AG
+ Copyright (C) 2004-2005 SKYRIX Software AG
This file is part of OpenGroupware.org.
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
#include "SOGoContentObject.h"
#include "common.h"
/*
- Copyright (C) 2004 SKYRIX Software AG
+ Copyright (C) 2004-2005 SKYRIX Software AG
This file is part of OpenGroupware.org.
Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA.
*/
-// $Id$
#ifndef __SoObjects_SOGoObject_H__
#define __SoObjects_SOGoObject_H__
/* operations */
- (NSException *)delete;
+- (id)GETAction:(id)_ctx;
/* description */
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;
# version file
-SUBMINOR_VERSION:=27
+SUBMINOR_VERSION:=28
# v0.9.26 requires libOGoContentStore v0.9.13