aboutsummaryrefslogtreecommitdiff
path: root/lib/network
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-06-13 09:57:56 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-06-13 09:57:56 +0000
commit2e0270746af934180499931f95ed91c444c8233e (patch)
tree8a3347e3ba191a05067d2ad43b23c221d9cc9fff /lib/network
parent86470f194147f01561a0d371eb8eb8977eccaa93 (diff)
downloadenigma2-2e0270746af934180499931f95ed91c444c8233e.tar.gz
enigma2-2e0270746af934180499931f95ed91c444c8233e.zip
after DECLARE_REF now all is private.. not public
dont export AddRef, Release, ptrref and grabRef to python some cleanups
Diffstat (limited to 'lib/network')
-rw-r--r--lib/network/http_dyn.h2
-rw-r--r--lib/network/httpd.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/lib/network/http_dyn.h b/lib/network/http_dyn.h
index 24e4dba1..26fca877 100644
--- a/lib/network/http_dyn.h
+++ b/lib/network/http_dyn.h
@@ -6,7 +6,6 @@
class eHTTPDyn: public eHTTPDataSource
{
DECLARE_REF(eHTTPDyn);
-private:
std::string result;
int wptr, size;
public:
@@ -18,7 +17,6 @@ public:
class eHTTPDynPathResolver: public iHTTPPathResolver
{
DECLARE_REF(eHTTPDynPathResolver);
-private:
struct eHTTPDynEntry: public iObject
{
DECLARE_REF(eHTTPDynEntry);
diff --git a/lib/network/httpd.h b/lib/network/httpd.h
index aa8c5288..1c6678b0 100644
--- a/lib/network/httpd.h
+++ b/lib/network/httpd.h
@@ -42,7 +42,6 @@ typedef ePtr<eHTTPDataSource> eHTTPDataSourcePtr;
class eHTTPError: public eHTTPDataSource
{
DECLARE_REF(eHTTPError);
-private:
int errcode;
public:
eHTTPError(eHTTPConnection *c, int errcode);