summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/FileTransfer/LocalJingleTransportCandidateGeneratorFactory.h')
-rw-r--r--Swiften/FileTransfer/LocalJingleTransportCandidateGeneratorFactory.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/Swiften/FileTransfer/LocalJingleTransportCandidateGeneratorFactory.h b/Swiften/FileTransfer/LocalJingleTransportCandidateGeneratorFactory.h
deleted file mode 100644
index 422e006..0000000
--- a/Swiften/FileTransfer/LocalJingleTransportCandidateGeneratorFactory.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 LocalJingleTransportCandidateGenerator;
-
- class SWIFTEN_API LocalJingleTransportCandidateGeneratorFactory {
- public:
- virtual ~LocalJingleTransportCandidateGeneratorFactory();
-
- virtual LocalJingleTransportCandidateGenerator* createCandidateGenerator() = 0;
- };
-}