aboutsummaryrefslogtreecommitdiff
path: root/src/nidsstream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nidsstream.cpp')
-rw-r--r--src/nidsstream.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/nidsstream.cpp b/src/nidsstream.cpp
index 31e1293..9aee156 100644
--- a/src/nidsstream.cpp
+++ b/src/nidsstream.cpp
@@ -1,3 +1,10 @@
1/*
2 * Copyright (C) 2007-2008 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
1#include "bu/nidsstream.h" 8#include "bu/nidsstream.h"
2 9
3Bu::NidsStream::NidsStream( Nids &rNids, uint32_t uStream ) : 10Bu::NidsStream::NidsStream( Nids &rNids, uint32_t uStream ) :
@@ -178,7 +185,7 @@ void Bu::NidsStream::setPosEnd( long pos )
178 uPos = uSize-pos-1; 185 uPos = uSize-pos-1;
179} 186}
180 187
181bool Bu::NidsStream::isEOS() 188bool Bu::NidsStream::isEos()
182{ 189{
183 return true; 190 return true;
184} 191}