]> err.no Git - sope/commitdiff
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@24 e4a50df8-12e2-0310-a44c-efbce7...
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 20 Aug 2004 22:54:26 +0000 (22:54 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Fri, 20 Aug 2004 22:54:26 +0000 (22:54 +0000)
sope-appserver/NGObjWeb/SoObjects/SoObjectRequestHandler.m
sope-appserver/NGObjWeb/SoObjects/common.h

index f834599db34523c346e035f7180183bbc50febd6..9a98dbe7119118a34ff783ddaf3234e99ca0f676 100644 (file)
@@ -35,6 +35,7 @@
 #include <NGObjWeb/WEClientCapabilities.h>
 #include <SoOFS/OFSBaseObject.h>
 #include <NGExtensions/NGRuleContext.h>
+#include <NGExtensions/NSString+Ext.h>
 #include "WOComponent+private.h"
 #include "common.h"
 
index 82d4e34baa492ed199a81ed78f7b61b7730cd646..b396b6da5640c0eca461f8de140b553cd0c8e486 100644 (file)
@@ -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 <Foundation/Foundation.h>
-
 #include <NGExtensions/NGExtensions.h>
+
+@interface NSException(setUserInfo)
+- (id)setReason:(NSString *)_reason;
+- (id)setUserInfo:(NSDictionary *)_userInfo;
+@end