~ubuntu-branches/ubuntu/saucy/ktp-auth-handler/saucy-proposed

« back to all changes in this revision

Viewing changes to sasl-handler.h

  • Committer: Package Import Robot
  • Author(s): Rohan Garg
  • Date: 2012-12-19 00:17:55 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20121219001755-52aqi5vzmtea2c43
Tags: 0.5.2-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    Q_OBJECT
38
38
 
39
39
public:
40
 
    explicit SaslHandler(const Tp::ChannelClassSpecList &channelFilter);
 
40
    explicit SaslHandler();
41
41
    ~SaslHandler();
42
42
 
43
43
    bool bypassApproval() const;