~ubuntu-branches/ubuntu/edgy/libwpd/edgy-security

« back to all changes in this revision

Viewing changes to src/lib/WP42UnsupportedVariableLengthGroup.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2005-07-03 20:55:49 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050703205549-t8o91w9rgd7yb3qf
Tags: 0.8.2-2
* C++ ABI transition
  - rename libwpd8 / libwpd-stream8 to ...8c2 and replace/conflict (with)
    the old library. Change debian/rules, *.files and .shlibs for the new
    package names

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
class WP42UnsupportedVariableLengthGroup : public WP42VariableLengthGroup
35
35
{
36
36
public:
37
 
        WP42UnsupportedVariableLengthGroup(GsfInput *input, guint8 group);
 
37
        WP42UnsupportedVariableLengthGroup(WPXInputStream *input, uint8_t group);
38
38
 
39
 
        void _readContents(GsfInput *input);
 
39
        void _readContents(WPXInputStream *input);
40
40
};
41
41
 
42
42
#endif /* WP42UNSUPPORTEDVARIABLELENGTHGROUP_H */