aboutsummaryrefslogtreecommitdiff
path: root/src/httpget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/httpget.cpp')
-rw-r--r--src/httpget.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/httpget.cpp b/src/httpget.cpp
index c5aa16d..0356874 100644
--- a/src/httpget.cpp
+++ b/src/httpget.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/httpget.h" 8#include "bu/httpget.h"
2 9
3Bu::HttpGet::HttpGet( const Bu::Url &uSrc, const Bu::FString &sMethod ) : 10Bu::HttpGet::HttpGet( const Bu::Url &uSrc, const Bu::FString &sMethod ) :
@@ -53,7 +60,7 @@ void Bu::HttpGet::setPosEnd( long )
53{ 60{
54} 61}
55 62
56bool Bu::HttpGet::isEOS() 63bool Bu::HttpGet::isEos()
57{ 64{
58 return false; 65 return false;
59} 66}