diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-23 17:30:18 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-23 17:30:18 +0000 |
commit | a02c7c0f1bd98583cdaa4154f402eb66009e4198 (patch) | |
tree | 306ab51b01f00fa74b008bfd8a2a0faefd028fb7 /plugins/JSON/Source/JSON_Base64.h | |
parent | 240b769d44fe6c50cabbf311f8e9fb1fae7cd80e (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@574 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/JSON/Source/JSON_Base64.h')
-rw-r--r-- | plugins/JSON/Source/JSON_Base64.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/JSON/Source/JSON_Base64.h b/plugins/JSON/Source/JSON_Base64.h deleted file mode 100644 index 1e2d76baa8..0000000000 --- a/plugins/JSON/Source/JSON_Base64.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef JSON_BASE64_H -#define JSON_BASE64_H - -#include "JSONDebug.h" -#ifdef JSON_BINARY //if this is not needed, don't waste space compiling it - -class JSONBase64 { -public: - static json_string json_encode64(const unsigned char * binary, size_t bytes); - static std::string json_decode64(const json_string & encoded); -}; - -#endif -#endif |