~ubuntu-branches/ubuntu/oneiric/notecase/oneiric

« back to all changes in this revision

Viewing changes to src/lib/IOLayerBase.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Soyez
  • Date: 2008-11-10 11:29:57 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20081110112957-9uu6p24w7i0c7ib2
Tags: 1.9.7-0ubuntu1
* New Upstream Release
* Updated Standards-Version to 3.8.0, no changes needed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
// This code is licensed under BSD license.See "license.txt" for more details.
5
5
//
6
6
// File: Abstract object that dynamically processes some content during I/O
7
 
//       Multiple processing objects can be layered to provide multiple 
 
7
//       Multiple processing objects can be layered to provide multiple
8
8
//       successive transformations to the stream being processed
9
9
////////////////////////////////////////////////////////////////////////////
10
10