diff options
author | thlo <t.lohmar@gmx.de> | 2013-04-21 16:20:52 +0200 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-04-21 16:20:52 +0200 |
commit | 7fe1953d5bb204ec97e8f5032b0f7ec5d0e1cbda (patch) | |
tree | 97d66165ef8bde60e9008026222742f2447d465a /httpresource_base.h | |
parent | cc00a9c44bde4527dafc0143cb3055404f102da4 (diff) | |
download | vdr-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.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 |