summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-07-11 20:22:39 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-07-11 20:43:12 (GMT)
commitd0204b9e28ce7bde66da233879d5879ae1cce273 (patch)
tree4dde6cd28e4a7ffa412a354aad5e3d189e7f1ab2 /Swiften/Server/IncomingConnection.cpp
parent69f6c80767ae1b36d8761188e02983ed4b20c371 (diff)
downloadswift-d0204b9e28ce7bde66da233879d5879ae1cce273.zip
swift-d0204b9e28ce7bde66da233879d5879ae1cce273.tar.bz2
Added IncomingConnection.
Diffstat (limited to 'Swiften/Server/IncomingConnection.cpp')
-rw-r--r--Swiften/Server/IncomingConnection.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/Swiften/Server/IncomingConnection.cpp b/Swiften/Server/IncomingConnection.cpp
new file mode 100644
index 0000000..e2317c8
--- /dev/null
+++ b/Swiften/Server/IncomingConnection.cpp
@@ -0,0 +1,8 @@
+#include "Swiften/Server/IncomingConnection.h"
+
+namespace Swift {
+
+IncomingConnection::~IncomingConnection() {
+}
+
+}