~vanhoof/+junk/znc

« back to all changes in this revision

Viewing changes to ZNCString.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2009-09-25 08:07:42 UTC
  • mfrom: (1.3.1 upstream) (10.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090925080742-vvh22yi4969453r7
Tags: 0.076-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
        static CString RandomString(unsigned int uLength);
126
126
 
127
127
        CString MD5() const;
 
128
        CString SHA256() const;
128
129
        unsigned long Base64Decode(CString& sRet) const;
129
130
        unsigned long Base64Decode();
130
131
        CString Base64Decode_n() const;