]> err.no Git - sope/blobdiff - sope-appserver/NGObjWeb/NGObjWeb/WOContext.h
ivar extensions to NGObjWeb core classes, moved SoOFS to separate project
[sope] / sope-appserver / NGObjWeb / NGObjWeb / WOContext.h
index 25ee53783b204e19135491ccaec241bad71cbe5c..c51b05ae777dd84c2c33b30b85b34f84af5beeec 100644 (file)
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 #ifndef __NGObjWeb_WOContext_H__
 #define __NGObjWeb_WOContext_H__
@@ -83,6 +82,9 @@
   NSString       *soRequestType; // WebDAV, XML-RPC, METHOD
   id             objectDispatcher;
   NSString       *pathInfo;
+  id             rootURL;
+  id             objectPermissionCache;
+  id             activeUser;
   
 #if WITH_DEALLOC_OBSERVERS
 @private