diff options
Diffstat (limited to 'httpresource_base.h')
-rw-r--r-- | httpresource_base.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/httpresource_base.h b/httpresource_base.h index 81a62c6..6494443 100644 --- a/httpresource_base.h +++ b/httpresource_base.h @@ -35,12 +35,10 @@ class cHttpResourceBase { virtual int handleWrite() = 0; virtual int checkStatus() =0; - protected: int mFd; int mReqId; SmartTvServer* mFactory; int mServerPort; - }; #endif |