~ubuntu-branches/ubuntu/natty/xml-security-c/natty

« back to all changes in this revision

Viewing changes to include/xsec/transformers/TXFMSB.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2009-08-05 14:11:52 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090805141152-a7xyrgur2sq3exkr
Tags: 1.5.1-1
* New upstream release.
  - Rename library package for upstream SONAME bump.
* Upstream now ships an older version of libtool, so run libtoolize and
  aclocal before the build.  Add build dependencies on automake and
  libtool.
* Build against Xerces-C 3.0.
* Stop building against Xalan.  The Xalan packages for Debian have been
  orphaned, the current Xalan release does not support Xerces-C 3.0, and
  porting it is not trivial.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 *
20
20
 * TXFMSB := Class that takes an input from a safeBuffer to start a pipe
21
21
 *
22
 
 * $Id: TXFMSB.hpp 351214 2005-02-03 13:58:14Z milan $
 
22
 * $Id: TXFMSB.hpp 724055 2008-12-06 23:34:24Z scantor $
23
23
 *
24
24
 */
25
25
 
36
36
private:
37
37
 
38
38
        safeBuffer      sb;                     // SafeBuffer to use
39
 
        unsigned int toOutput;  // Amount left to output
40
 
        unsigned int sbs;               // Size of raw buffer
 
39
        xsecsize_t toOutput;    // Amount left to output
 
40
        xsecsize_t sbs;             // Size of raw buffer
41
41
 
42
42
public:
43
43