#pragma once #include namespace Swift { class DNSSDQuerier; class PlatformDNSSDQuerierFactory { public: boost::shared_ptr createQuerier(); }; }