+2005-09-28 Helge Hess <helge.hess@opengroupware.org>
+
+ * SOPEXContentValidator.h: added missing @class declarations (v2.0.7)
+
2005-09-20 Helge Hess <helge.hess@opengroupware.org>
* GNUmakefile.preamble: added include dirs for inline compilation
#import <Foundation/NSObject.h>
#import <SaxObjC/SaxObjC.h>
+@class NSString, NSError, NSArray, NSMutableArray;
@interface SOPEXContentValidator : NSObject <SaxErrorHandler>
{
MAJOR_VERSION=2
MINOR_VERSION=0
-SUBMINOR_VERSION=6
+SUBMINOR_VERSION=7
# v2.0.0 requires NGObjWeb v4.5.95
# v1.0.7 requires NGObjWeb v4.2.341