]> err.no Git - sope/blobdiff - sope-core/NGStreams/NGStreams/NGBufferedStream.h
Id fixes and comments
[sope] / sope-core / NGStreams / NGStreams / NGBufferedStream.h
index 0e7a5112d29727fede3c90c1c7e42510155b3d77..cc8840259fc1878ae74afcfd32a934cb6050d090 100644 (file)
@@ -1,7 +1,7 @@
 /*
   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 __NGStreams_NGBufferedStream_H__
 #define __NGStreams_NGBufferedStream_H__
@@ -43,7 +42,7 @@
 }
 
 + (id)filterWithSource:(id<NGStream>)_source bufferSize:(unsigned)_size;
-- (id)initWithSource:(id<NGStream>)_source bufferSize:(unsigned)_size;
+- (id)initWithSource:(id<NGStream>)_source   bufferSize:(unsigned)_size;
 - (id)initWithSource:(id<NGStream>)_source;
 
 /* accessors */