~ubuntu-branches/ubuntu/vivid/quassel/vivid-updates

« back to all changes in this revision

Viewing changes to src/common/protocols/datastream/datastreampeer.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2014-03-16 17:49:07 UTC
  • mfrom: (1.1.55)
  • Revision ID: package-import@ubuntu.com-20140316174907-0d5f03zhdmv03chp
Tags: 0.10~rc1-0ubuntu1
New upstream RC release

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
        HeartBeatReply
40
40
    };
41
41
 
42
 
    DataStreamPeer(AuthHandler *authHandler, QTcpSocket *socket, quint16 features, QObject *parent = 0);
 
42
    DataStreamPeer(AuthHandler *authHandler, QTcpSocket *socket, quint16 features, Compressor::CompressionLevel level, QObject *parent = 0);
43
43
 
44
44
    Protocol::Type protocol() const { return Protocol::DataStreamProtocol; }
45
45
    QString protocolName() const { return "the DataStream protocol"; }