]> err.no Git - sope/commitdiff
Id fixes
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 21 Oct 2004 11:07:28 +0000 (11:07 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 21 Oct 2004 11:07:28 +0000 (11:07 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@289 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-appserver/NGObjWeb/WebDAV/SaxDAVHandler.h
sope-appserver/NGObjWeb/WebDAV/SaxDAVHandler.m
sope-appserver/NGObjWeb/WebDAV/SoDAVSQLParser.h
sope-appserver/NGObjWeb/WebDAV/SoDAVSQLParser.m
sope-appserver/NGObjWeb/WebDAV/SoSubscriptionManager.h
sope-appserver/NGObjWeb/WebDAV/SoSubscriptionManager.m

index 031e866a50d54b22588ea02017c0d188cb9d7e83..b6747c8c343da16b1c2c21d200e80704222752f7 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  Copyright (C) 2000-2003 SKYRIX Software AG
+  Copyright (C) 2002-2004 SKYRIX Software AG
 
-  This file is part of OGo
+  This file is part of OpenGroupware.org.
 
   OGo is free software; you can redistribute it and/or modify it under
   the terms of the GNU Lesser General Public License as published by the
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
-#ifndef __codeon_SaxDAVHandler_H__
-#define __codeon_SaxDAVHandler_H__
+#ifndef __NGObjWeb_SaxDAVHandler_H__
+#define __NGObjWeb_SaxDAVHandler_H__
 
 #include <SaxObjC/SaxDefaultHandler.h>
 
 
 @end
 
-#endif /* __codeon_SaxDAVHandler_H__ */
+#endif /* __NGObjWeb_SaxDAVHandler_H__ */
index f40b8adb3686d502458808fb09162c75b3855efc..0c85952d515ac203148dcb6ccd0518ff7bed9bec 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  Copyright (C) 2000-2003 SKYRIX Software AG
+  Copyright (C) 2002-2004 SKYRIX Software AG
 
-  This file is part of OGo
+  This file is part of OpenGroupware.org.
 
   OGo is free software; you can redistribute it and/or modify it under
   the terms of the GNU Lesser General Public License as published by the
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 #include "SaxDAVHandler.h"
 #include "EOFetchSpecification+SoDAV.h"
@@ -70,6 +69,7 @@ static BOOL heavyLog = NO;
 /* cleanup */
 
 - (void)parseReset {
+  /* only reset non-result items */
   if (heavyLog) [self logWithFormat:@"reset parser state"];
   self->propValueNesting  = 0;
   self->in.PropFind       = 0;
@@ -109,6 +109,7 @@ static BOOL heavyLog = NO;
   [self->lastWherePropName release]; self->lastWherePropName = nil;
 }
 - (void)reset {
+  /* reset everything, including result items */
   if (heavyLog) [self logWithFormat:@"reset"];
   [self parseReset];
   self->findAllProps  = NO;
index 6bd389e3549f97557f801748a55ac296fe173cbe..053ec4f49581afb0f505c19eede5806aae00e528 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000-2004 SKYRIX Software AG
+  Copyright (C) 2002-2004 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 __WebDAV_SoDAVSQLParser_H__
 #define __WebDAV_SoDAVSQLParser_H__
index abc4b548dbcf3944fa8b4d3133a7839c95f084a0..9518b97bc708dfa480743f43d170b2dfa6e00bb8 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  Copyright (C) 2000-2004 SKYRIX Software AG
+  Copyright (C) 2002-2004 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 "SoDAVSQLParser.h"
 #include <EOControl/EOQualifier.h>
index 00d25c55ae10a7178921d216247a5b4cb58b8e91..1bb94ed0ed4deda9506c99b90a0b57aded58d7a5 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  Copyright (C) 2000-2003 SKYRIX Software AG
+  Copyright (C) 2002-2004 SKYRIX Software AG
 
-  This file is part of OGo
+  This file is part of OpenGroupware.org.
 
   OGo is free software; you can redistribute it and/or modify it under
   the terms of the GNU Lesser General Public License as published by the
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 #ifndef __NGObjWeb_SoSubscriptionManager_H__
 #define __NGObjWeb_SoSubscriptionManager_H__
index 9534b20ea87b8e436f792ad47fd2c9919b8b4432..a6ab89e6da5f9e2b747b363bab6837066061e783 100644 (file)
@@ -1,7 +1,7 @@
 /*
-  Copyright (C) 2000-2003 SKYRIX Software AG
+  Copyright (C) 2002-2004 SKYRIX Software AG
 
-  This file is part of OGo
+  This file is part of OpenGroupware.org.
 
   OGo is free software; you can redistribute it and/or modify it under
   the terms of the GNU Lesser General Public License as published by the
@@ -18,7 +18,6 @@
   Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
   02111-1307, USA.
 */
-// $Id$
 
 #include "SoSubscriptionManager.h"
 #include "SoSubscription.h"