diff options
author | chriszero <zerov83@gmail.com> | 2015-02-14 18:53:11 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-02-14 18:53:11 +0100 |
commit | e412257abf8de4576a180351d24ff07589fa630c (patch) | |
tree | ed020de5c8257545eca66e96997984731ac60379 /Plexservice.h | |
parent | 20fefdd3f341d6e7f6b15e4926bf5569aa1943d5 (diff) | |
download | vdr-plugin-plex-e412257abf8de4576a180351d24ff07589fa630c.tar.gz vdr-plugin-plex-e412257abf8de4576a180351d24ff07589fa630c.tar.bz2 |
Various Fixes0.1.0
Bump Version to frist beta.
Diffstat (limited to 'Plexservice.h')
-rw-r--r-- | Plexservice.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Plexservice.h b/Plexservice.h index 02961d3..cccf17b 100644 --- a/Plexservice.h +++ b/Plexservice.h @@ -33,15 +33,6 @@ #include "user.h" #include "MediaContainer.h" -#ifdef CRYPTOPP -#include <cryptopp/cryptlib.h> -#include <cryptopp/hmac.h> -#include <cryptopp/sha.h> -#include <cryptopp/base64.h> -#include <cryptopp/filters.h> -#include <cryptopp/hex.h> -#endif - namespace plexclient { @@ -76,14 +67,6 @@ private: Poco::Net::HTTPClientSession* GetHttpSession(bool createNew = false); Poco::Net::HTTPRequest* CreateRequest(std::string path); - -#ifdef CRYPTOPP -protected: - std::string computeHMAC(std::string message); -public: - std::string GetTranscodeUrl(Video* video); -#endif - }; } |