summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-11-06 20:26:48 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-11-06 20:26:48 (GMT)
commitb6003bea740e8898127ec135e230eed421924370 (patch)
tree16c5b26aa1983011b0546da50f5faca9fc738db5 /Swiften/Session/SessionStream.cpp
parent3fbab3b40dfc31da46924f13984415b18087a8d4 (diff)
downloadswift-b6003bea740e8898127ec135e230eed421924370.zip
swift-b6003bea740e8898127ec135e230eed421924370.tar.bz2
Added SessionStream.
Diffstat (limited to 'Swiften/Session/SessionStream.cpp')
-rw-r--r--Swiften/Session/SessionStream.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Swiften/Session/SessionStream.cpp b/Swiften/Session/SessionStream.cpp
new file mode 100644
index 0000000..1d73d0f
--- /dev/null
+++ b/Swiften/Session/SessionStream.cpp
@@ -0,0 +1,8 @@
+#include "Swiften/Session/SessionStream.h"
+
+namespace Swift {
+
+SessionStream::~SessionStream() {
+}
+
+};