diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-21 19:44:13 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-21 19:54:06 (GMT) |
commit | bbb77132775e69b6df7df4ddf38a429aff733d2b (patch) | |
tree | a512aaa8292ea4afe175446d672261921c2d27c0 /Swiften/VCards/VCardMemoryStorageFactory.h | |
parent | 4943167a6451d7a483a2aacb5f3f2bebb82adf0d (diff) | |
download | swift-contrib-bbb77132775e69b6df7df4ddf38a429aff733d2b.zip swift-contrib-bbb77132775e69b6df7df4ddf38a429aff733d2b.tar.bz2 |
Moving queries & responders around.
Diffstat (limited to 'Swiften/VCards/VCardMemoryStorageFactory.h')
-rw-r--r-- | Swiften/VCards/VCardMemoryStorageFactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/VCards/VCardMemoryStorageFactory.h b/Swiften/VCards/VCardMemoryStorageFactory.h index 4b4d2c0..d48794d 100644 --- a/Swiften/VCards/VCardMemoryStorageFactory.h +++ b/Swiften/VCards/VCardMemoryStorageFactory.h @@ -21,4 +21,4 @@ namespace Swift { return new VCardMemoryStorage(); } }; -}
\ No newline at end of file +} |