diff options
Diffstat (limited to 'Swiften/FileTransfer/LocalJingleTransportCandidateGeneratorFactory.h')
| -rw-r--r-- | Swiften/FileTransfer/LocalJingleTransportCandidateGeneratorFactory.h | 18 | 
1 files changed, 18 insertions, 0 deletions
| diff --git a/Swiften/FileTransfer/LocalJingleTransportCandidateGeneratorFactory.h b/Swiften/FileTransfer/LocalJingleTransportCandidateGeneratorFactory.h new file mode 100644 index 0000000..c969fc7 --- /dev/null +++ b/Swiften/FileTransfer/LocalJingleTransportCandidateGeneratorFactory.h @@ -0,0 +1,18 @@ +/* + * Copyright (c) 2011 Remko Tronçon + * Licensed under the GNU General Public License v3. + * See Documentation/Licenses/GPLv3.txt for more information. + */ + +#pragma once + +namespace Swift { +	class LocalJingleTransportCandidateGenerator; + +	class LocalJingleTransportCandidateGeneratorFactory { +		public: +			virtual ~LocalJingleTransportCandidateGeneratorFactory(); + +			virtual LocalJingleTransportCandidateGenerator* createCandidateGenerator() = 0; +	}; +} | 
 Swift
 Swift