diff options
author | Kevin Smith <git@kismith.co.uk> | 2009-09-16 09:53:55 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2009-09-16 09:53:55 (GMT) |
commit | fcc39978b2124df5739e8d5ceef84ad0fae66724 (patch) | |
tree | 4fb4726a2c02376b805783295601a2b0a8ef1e16 /Swiften/Queries/DummyIQChannel.h | |
parent | 5d71183270c1b214a816e494ab7de9d94502df33 (diff) | |
download | swift-contrib-fcc39978b2124df5739e8d5ceef84ad0fae66724.zip swift-contrib-fcc39978b2124df5739e8d5ceef84ad0fae66724.tar.bz2 |
Fix unit test compilation
Diffstat (limited to 'Swiften/Queries/DummyIQChannel.h')
-rw-r--r-- | Swiften/Queries/DummyIQChannel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Swiften/Queries/DummyIQChannel.h b/Swiften/Queries/DummyIQChannel.h index f72d7a5..c0a4a25 100644 --- a/Swiften/Queries/DummyIQChannel.h +++ b/Swiften/Queries/DummyIQChannel.h @@ -18,6 +18,10 @@ namespace Swift { return "test-id"; } + virtual bool isAvailable() { + return true; + } + std::vector<boost::shared_ptr<IQ> > iqs_; }; } |