~ubuntu-branches/ubuntu/lucid/libwpd/lucid

« back to all changes in this revision

Viewing changes to src/lib/WP5VariableLengthGroup.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2007-01-11 15:15:57 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070111151557-rn1kysabqbccx3as
Tags: 0.8.8-2
run make check for stream check; build-depend on libcppunit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
 
49
49
protected:
50
50
        void _read(WPXInputStream *input);
51
 
        virtual void _readContents(WPXInputStream *input) {} // we don't always need more information than that provided generically
 
51
        virtual void _readContents(WPXInputStream * /* input */) {} // we don't always need more information than that provided generically
52
52
 
53
53
        const uint8_t getSubGroup() const { return m_subGroup; }
54
54
        const uint16_t getSize() const { return m_size; }