From: helge Date: Fri, 20 Aug 2004 22:54:26 +0000 (+0000) Subject: git-svn-id: http://svn.opengroupware.org/SOPE/trunk@24 e4a50df8-12e2-0310-a44c-efbce7... X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a95e82c51c907b307bff505ef4b6e14d2558fd4;p=sope git-svn-id: http://svn.opengroupware.org/SOPE/trunk@24 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-appserver/NGObjWeb/SoObjects/SoObjectRequestHandler.m b/sope-appserver/NGObjWeb/SoObjects/SoObjectRequestHandler.m index f834599d..9a98dbe7 100644 --- a/sope-appserver/NGObjWeb/SoObjects/SoObjectRequestHandler.m +++ b/sope-appserver/NGObjWeb/SoObjects/SoObjectRequestHandler.m @@ -35,6 +35,7 @@ #include #include #include +#include #include "WOComponent+private.h" #include "common.h" diff --git a/sope-appserver/NGObjWeb/SoObjects/common.h b/sope-appserver/NGObjWeb/SoObjects/common.h index 82d4e34b..b396b6da 100644 --- a/sope-appserver/NGObjWeb/SoObjects/common.h +++ b/sope-appserver/NGObjWeb/SoObjects/common.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2000-2004 SKYRIX Software AG + Copyright (C) 2004 SKYRIX Software AG This file is part of OpenGroupware.org. @@ -20,5 +20,9 @@ */ #import - #include + +@interface NSException(setUserInfo) +- (id)setReason:(NSString *)_reason; +- (id)setUserInfo:(NSDictionary *)_userInfo; +@end