diff options
Diffstat (limited to 'src/httpget.h')
| -rw-r--r-- | src/httpget.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/httpget.h b/src/httpget.h index 25f5ab1..7484566 100644 --- a/src/httpget.h +++ b/src/httpget.h | |||
| @@ -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 | #ifndef BU_HTTP_GET_H | 8 | #ifndef BU_HTTP_GET_H |
| 2 | #define BU_HTTP_GET_H | 9 | #define BU_HTTP_GET_H |
| 3 | 10 | ||
| @@ -26,7 +33,7 @@ namespace Bu | |||
| 26 | virtual void seek( long offset ); | 33 | virtual void seek( long offset ); |
| 27 | virtual void setPos( long pos ); | 34 | virtual void setPos( long pos ); |
| 28 | virtual void setPosEnd( long pos ); | 35 | virtual void setPosEnd( long pos ); |
| 29 | virtual bool isEOS(); | 36 | virtual bool isEos(); |
| 30 | virtual bool isOpen(); | 37 | virtual bool isOpen(); |
| 31 | 38 | ||
| 32 | virtual void flush(); | 39 | virtual void flush(); |
