summaryrefslogtreecommitdiff
path: root/httpresource_base.h
diff options
context:
space:
mode:
authorthlo <t.lohmar@gmx.de>2013-04-21 16:20:52 +0200
committerthlo <t.lohmar@gmx.de>2013-04-21 16:20:52 +0200
commit7fe1953d5bb204ec97e8f5032b0f7ec5d0e1cbda (patch)
tree97d66165ef8bde60e9008026222742f2447d465a /httpresource_base.h
parentcc00a9c44bde4527dafc0143cb3055404f102da4 (diff)
downloadvdr-plugin-smarttvweb-7fe1953d5bb204ec97e8f5032b0f7ec5d0e1cbda.tar.gz
vdr-plugin-smarttvweb-7fe1953d5bb204ec97e8f5032b0f7ec5d0e1cbda.tar.bz2
Plugin code refactoring.
Diffstat (limited to 'httpresource_base.h')
-rw-r--r--httpresource_base.h2
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