revert rest of local changes (so the complete commit is reverted now)
[enigma2.git] / lib / network / http_dyn.h
index 24e4dba18b7ce0ba6fff2b5794704ca50f05d14f..26fca877b88fa44eeb1c8e5b7d1882fca807cd32 100644 (file)
@@ -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);