~ubuntu-branches/ubuntu/trusty/libwpd/trusty

« back to all changes in this revision

Viewing changes to src/lib/WP3Part.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2006-07-15 11:58:12 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20060715115812-v18efmdayby4clau
Tags: 0.8.6-1
* New upstream release
* swap maintainer/uploader

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* libwpd
2
2
 * Copyright (C) 2004 Marc Maurer (uwog@uwog.net)
 
3
 * Copyright (C) 2006 Fridrich Strba (fridrich.strba@bluewin.ch)
3
4
 *  
4
5
 * This library is free software; you can redistribute it and/or
5
6
 * modify it under the terms of the GNU Lesser General Public
34
35
 public:
35
36
        virtual ~WP3Part() {}
36
37
        
37
 
        static WP3Part * constructPart(WPXInputStream *input, uint8_t readVal);
 
38
        static WP3Part * constructPart(WPXInputStream *input, const uint8_t readVal);
38
39
        virtual void parse(WP3Listener *listener) = 0;
39
40
};
40
41