diff options
| author | Remko Tronçon <git@el-tramo.be> | 2011-05-18 16:22:06 (GMT) | 
|---|---|---|
| committer | Remko Tronçon <git@el-tramo.be> | 2011-05-18 16:50:18 (GMT) | 
| commit | 8472194d716e0e3b95a66bf5be45c246ee79d0af (patch) | |
| tree | b9f473e0e606b012ee5013e85d2cf5e7523b7029 /QA/Checker/IO.h | |
| parent | b1b3b8f88517ad8b14795cc8a6265962d2935be3 (diff) | |
| download | swift-8472194d716e0e3b95a66bf5be45c246ee79d0af.zip swift-8472194d716e0e3b95a66bf5be45c246ee79d0af.tar.bz2  | |
Propagate use of SafeByteArray down to the connection.
Diffstat (limited to 'QA/Checker/IO.h')
| -rw-r--r-- | QA/Checker/IO.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/QA/Checker/IO.h b/QA/Checker/IO.h index a369b56..79ec878 100644 --- a/QA/Checker/IO.h +++ b/QA/Checker/IO.h @@ -8,6 +8,8 @@  #include <Swiften/Base/ByteArray.h>  #include <Swiften/Base/SafeByteArray.h> +#include <Swiften/Base/SafeString.h>  std::ostream& operator<<(std::ostream& os, const Swift::ByteArray& s);  std::ostream& operator<<(std::ostream& os, const Swift::SafeByteArray& s); +std::ostream& operator<<(std::ostream& os, const Swift::SafeString& s);  | 
 Swift