mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2720
This commit is contained in:
parent
9873724b61
commit
6f240aae72
|
@ -48,7 +48,7 @@ class InvalidBase64Exception
|
|||
|
||||
string base64_encode (const char* from, size_t length) throw(InvalidBase64Exception);
|
||||
string base64_decode (const char* from, size_t length) throw(InvalidBase64Exception);
|
||||
inlie string base64_decode (string const& from) throw(InvalidBase64Exception)
|
||||
inline string base64_decode (string const& from) throw(InvalidBase64Exception)
|
||||
{
|
||||
return base64_decode(from.c_str(), from.length());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue