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

« back to all changes in this revision

Viewing changes to src/lib/WP6ExtendedDocumentSummaryPacket.h

  • Committer: Bazaar Package Importer
  • Author(s): Rene Engelhard
  • Date: 2007-06-15 13:28:41 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20070615132841-00nybwftc708w96n
Tags: 0.8.10-1
* New upstream release
* bump shlibs for libwpd-stream8c2a 

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        void _readContents(WPXInputStream *input);
40
40
        void parse(WP6Listener *listener) const;
41
41
 
42
 
 private:              
 
42
 private:
 
43
        WP6ExtendedDocumentSummaryPacket(const WP6ExtendedDocumentSummaryPacket&);            
 
44
        WP6ExtendedDocumentSummaryPacket& operator=(const WP6ExtendedDocumentSummaryPacket&);            
43
45
        uint32_t m_dataSize;
44
46
        mutable WPXMemoryInputStream *m_stream;
45
47