~ubuntu-branches/ubuntu/wily/cxxtools/wily-proposed

« back to all changes in this revision

Viewing changes to include/cxxtools/base64stream.h

  • Committer: Bazaar Package Importer
  • Author(s): Kari Pahula
  • Date: 2006-12-07 00:06:47 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207000647-8kgbtf58ef26s4i4
Tags: 1.4.3.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
    int sync();
56
56
 
57
57
  private:
58
 
    void putchar(char ch);
 
58
    void putChar(char ch);
59
59
    int getval();
60
60
};
61
61