diff options
Diffstat (limited to 'Swiften/FileTransfer/RemoteJingleTransportCandidateSelectorFactory.h')
-rw-r--r-- | Swiften/FileTransfer/RemoteJingleTransportCandidateSelectorFactory.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Swiften/FileTransfer/RemoteJingleTransportCandidateSelectorFactory.h b/Swiften/FileTransfer/RemoteJingleTransportCandidateSelectorFactory.h deleted file mode 100644 index 4980b0c..0000000 --- a/Swiften/FileTransfer/RemoteJingleTransportCandidateSelectorFactory.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * Copyright (c) 2011 Remko Tronçon - * Licensed under the GNU General Public License v3. - * See Documentation/Licenses/GPLv3.txt for more information. - */ - -#pragma once - -#include <Swiften/Base/API.h> - -namespace Swift { - class RemoteJingleTransportCandidateSelector; - - class SWIFTEN_API RemoteJingleTransportCandidateSelectorFactory { - public: - virtual ~RemoteJingleTransportCandidateSelectorFactory(); - - virtual RemoteJingleTransportCandidateSelector* createCandidateSelector() = 0; - }; -} |