summaryrefslogtreecommitdiff
path: root/protocols/Twitter/src/utility.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-08-14 17:49:08 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-08-14 17:49:08 +0000
commitd30ebf7e3b54d8a5887c0f6c2382987f8ad80420 (patch)
treeaee070e4136352c91fe6946c0f2b607edc369cd5 /protocols/Twitter/src/utility.h
parent3761434e0c1f631a78398226e53ca4a25431c2cd (diff)
built-in base64 removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@5688 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/src/utility.h')
-rw-r--r--protocols/Twitter/src/utility.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Twitter/src/utility.h b/protocols/Twitter/src/utility.h
index c8f862e247..11d5b4f6ea 100644
--- a/protocols/Twitter/src/utility.h
+++ b/protocols/Twitter/src/utility.h
@@ -77,7 +77,6 @@ public:
std::wstring OAuthCreateNonce();
std::wstring OAuthCreateTimestamp();
std::string HMACSHA1( const std::string& keyBytes, const std::string& data );
- std::wstring Base64String( const std::string& hash );
std::wstring OAuthCreateSignature( const std::wstring& signatureBase, const std::wstring& consumerSecret, const std::wstring& requestTokenSecret );
protected: