after DECLARE_REF now all is private.. not public
[vuplus_dvbapp] / lib / network / httpd.h
index aa8c528..1c6678b 100644 (file)
@@ -42,7 +42,6 @@ typedef ePtr<eHTTPDataSource> eHTTPDataSourcePtr;
 class eHTTPError: public eHTTPDataSource
 {
        DECLARE_REF(eHTTPError);
-private:
        int errcode;
 public:
        eHTTPError(eHTTPConnection *c, int errcode);