From 6aefd5ee241563f16f0052885528e246747564f9 Mon Sep 17 00:00:00 2001 From: helge Date: Thu, 21 Oct 2004 10:52:40 +0000 Subject: [PATCH] Id fixes git-svn-id: http://svn.opengroupware.org/SOPE/trunk@288 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-xml/SaxObjC/SaxDefaultHandler.h | 5 ++--- sope-xml/samples/rss2plist2.m | 9 ++++----- sope-xml/samples/rssparse.m | 5 ++--- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/sope-xml/SaxObjC/SaxDefaultHandler.h b/sope-xml/SaxObjC/SaxDefaultHandler.h index 946218c0..f4390b42 100644 --- a/sope-xml/SaxObjC/SaxDefaultHandler.h +++ b/sope-xml/SaxObjC/SaxDefaultHandler.h @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2000-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 __SaxDefaultHandler_H__ #define __SaxDefaultHandler_H__ diff --git a/sope-xml/samples/rss2plist2.m b/sope-xml/samples/rss2plist2.m index 5bff6217..aacef365 100644 --- a/sope-xml/samples/rss2plist2.m +++ b/sope-xml/samples/rss2plist2.m @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2000-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$ /* A small demonstration program to show how to write a SAX handler @@ -147,12 +146,12 @@ int main(int argc, char **argv, char **env) { NSAutoreleasePool *pool; + + pool = [[NSAutoreleasePool alloc] init]; #if LIB_FOUNDATION_LIBRARY [NSProcessInfo initializeWithArguments:argv count:argc environment:env]; #endif - pool = [[NSAutoreleasePool alloc] init]; - if ([[[NSProcessInfo processInfo] arguments] count] < 2) { fprintf(stderr, "usage: %s \n", [[[[NSProcessInfo processInfo] arguments] lastObject] cString]); diff --git a/sope-xml/samples/rssparse.m b/sope-xml/samples/rssparse.m index 9ac89ff6..24db29c9 100644 --- a/sope-xml/samples/rssparse.m +++ b/sope-xml/samples/rssparse.m @@ -1,7 +1,7 @@ /* - Copyright (C) 2000-2003 SKYRIX Software AG + Copyright (C) 2000-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$ /* A small demonstration program to show how to use SaxObjectDecoder -- 2.39.2