~ubuntu-branches/ubuntu/trusty/kopete/trusty

« back to all changes in this revision

Viewing changes to protocols/jabber/libiris/src/xmpp/xmpp-im/xmpp_bitsofbinary.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2013-11-23 17:46:40 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20131123174640-gz1zjv1xqh81bi2h
Tags: 4:4.11.80-0ubuntu1
* New upstream beta release
* Bump build dependency to libotr5-dev
* Update symbols
* Update install files
* Drop new_linphone.diff, not required anymore

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <QObject>
25
25
#include <QHash>
26
26
#include <QSharedDataPointer>
 
27
#include <QFile>
 
28
 
27
29
#include "xmpp/jid/jid.h"
28
30
 
29
31
namespace XMPP
85
87
                void setCache(BoBCache*);
86
88
 
87
89
                BoBData bobData(const QString &);
88
 
                BoBData makeBoBData(const QByteArray &data, const QString &type,
 
90
                // file data, mime type, max age in seconds
 
91
                BoBData append(const QByteArray &data, const QString &type,
89
92
                                                        unsigned int maxAge = 0);
90
 
                QString addLocalFile(const QString &filename,
 
93
                QString append(QFile &file,
91
94
                                                         const QString &type = "application/octet-stream");
92
 
 
93
95
                void append(const BoBData &);
94
96
 
95
97
        private: