]> err.no Git - sope/blobdiff - sope-ical/versitSaxDriver/VSiCalSaxDriver.m
added OSX framework support
[sope] / sope-ical / versitSaxDriver / VSiCalSaxDriver.m
index 6dc735d045f667fd1b8c77db7c1c1189487003ba..02797a16eacb4e32a1840a8f75008a4842739a77 100644 (file)
@@ -1,26 +1,25 @@
 /*
  Copyright (C) 2003-2004 Max Berger
- Copyright (C) 2004 OpenGroupware.org
+ Copyright (C) 2004-2005 OpenGroupware.org
 
  This file is part of versitSaxDriver, written for the OpenGroupware.org 
  project (OGo).
  
OGo is free software; you can redistribute it and/or modify it under
SOPE 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; either version 2, or (at your option) any
  later version.
  
OGo is distributed in the hope that it will be useful, but WITHOUT ANY
SOPE is distributed in the hope that it will be useful, but WITHOUT ANY
  WARRANTY; without even the implied warranty of MERCHANTABILITY or
  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
  License for more details.
  
  You should have received a copy of the GNU Lesser General Public
- License along with OGo; see the file COPYING.  If not, write to the
+ License along with SOPE; see the file COPYING.  If not, write to the
  Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
  02111-1307, USA.
  */
-// $Id$
 
 #include "VSiCalSaxDriver.h"
 #include <SaxObjC/XMLNamespaces.h>
@@ -52,7 +51,7 @@ static NSArray *defGeoMappings  = nil;
 
 + (NSDictionary *)xcalMapping  {
   static NSDictionary *dict = nil;
-  if (!dict) {
+  if (dict == nil) {
     NSMutableDictionary *xcal;
 
     xcal = [[NSMutableDictionary alloc] initWithCapacity:60];
@@ -291,10 +290,9 @@ static NSArray *defGeoMappings  = nil;
   return dict;
 }
 
-+ (NSDictionary *)xcalAttrMapping 
-{
++ (NSDictionary *)xcalAttrMapping {
   static NSDictionary *dict = nil;
-  if (!dict) {
+  if (dict == nil) {
     NSMutableDictionary *xcal;
 
     xcal = [[NSMutableDictionary alloc] initWithCapacity:20];