diff options
Diffstat (limited to 'Slimber/VCardCollection.h')
m--------- | Slimber | 0 | ||||
-rw-r--r-- | Slimber/VCardCollection.h | 15 |
2 files changed, 0 insertions, 15 deletions
diff --git a/Slimber b/Slimber new file mode 160000 +Subproject 723115ef8542c640580ea4751fca3c359a79dec diff --git a/Slimber/VCardCollection.h b/Slimber/VCardCollection.h deleted file mode 100644 index 42f7df7..0000000 --- a/Slimber/VCardCollection.h +++ /dev/null @@ -1,15 +0,0 @@ -#pragma once - -#include <boost/shared_ptr.hpp> - -#include "Swiften/Elements/VCard.h" - -namespace Swift { - class VCardCollection { - public: - virtual ~VCardCollection(); - - virtual boost::shared_ptr<VCard> getOwnVCard() const = 0; - virtual void setOwnVCard(boost::shared_ptr<VCard> vcard) = 0; - }; -} |