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

« back to all changes in this revision

Viewing changes to src/lib/WP3FixedLengthGroup.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:
31
31
class WP3FixedLengthGroup : public WP3Part
32
32
{
33
33
 public:
34
 
        WP3FixedLengthGroup(int groupID);
 
34
        WP3FixedLengthGroup(const uint8_t groupID);
35
35
        static WP3FixedLengthGroup * constructFixedLengthGroup(WPXInputStream *input, uint8_t const groupID);
36
36
 
37
37
        static bool isGroupConsistent(WPXInputStream *input, const uint8_t groupID);