From fbb30d35cfa10bf36d4ecb2d0eb5971c24aab26a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 31 Jul 2009 20:51:28 +0000 Subject: I switched the Bu::Stream::isEOS function to be named Bu::Stream::isEos, and also made sure the copyright is at the top of all the files, it's been too long. Anyway, this may effect some code, but not much, and it's an easy enough fix. --- src/stdstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdstream.h') diff --git a/src/stdstream.h b/src/stdstream.h index b553a64..1bde088 100644 --- a/src/stdstream.h +++ b/src/stdstream.h @@ -31,7 +31,7 @@ namespace Bu virtual void seek( long offset ); virtual void setPos( long pos ); virtual void setPosEnd( long pos ); - virtual bool isEOS(); + virtual bool isEos(); virtual bool isOpen(); virtual void flush(); virtual bool canRead(); -- cgit v1.2.3