- *
- * @APPLE_LICENSE_HEADER_END@
-
- Change History (most recent first):
-
-$Log: ExplorerBarWindow.cpp,v $
-Revision 1.12 2004/10/26 00:56:03 cheshire
-Use "#if 0" instead of commenting out code
-
-Revision 1.11 2004/10/18 23:49:17 shersche
-<rdar://problem/3841564> Remove trailing dot from hostname, because some flavors of Windows have difficulty parsing hostnames with a trailing dot.
-Bug #: 3841564
-
-Revision 1.10 2004/09/02 02:18:58 cheshire
-Minor textual cleanup to improve readability
-
-Revision 1.9 2004/09/02 02:11:56 cheshire
-<rdar://problem/3783611> Fix incorrect testing of MoreComing flag
-
-Revision 1.8 2004/07/26 05:47:31 shersche
-use TXTRecord APIs, fix bug in locating service to be removed
-
-Revision 1.7 2004/07/22 16:08:20 shersche
-clean up debug print statements, re-enable code inadvertently commented out
-
-Revision 1.6 2004/07/22 05:27:20 shersche
-<rdar://problem/3735827> Check to make sure error isn't WSAEWOULDBLOCK when canceling browse
-Bug #: 3735827
-
-Revision 1.5 2004/07/20 06:49:18 shersche
-clean up socket handling code
-
-Revision 1.4 2004/07/13 21:24:21 rpantos
-Fix for <rdar://problem/3701120>.
-
-Revision 1.3 2004/06/27 14:59:59 shersche
-reference count service info to handle multi-homed hosts
-
-Revision 1.2 2004/06/23 16:09:34 shersche
-Add the resolve DNSServiceRef to list of extant refs. This fixes the "doesn't resolve when double clicking" problem
-
-Submitted by: Scott Herscher
-
-Revision 1.1 2004/06/18 04:34:59 rpantos
-Move to Clients from mDNSWindows
-
-Revision 1.5 2004/04/15 01:00:05 bradley
-Removed support for automatically querying for A/AAAA records when resolving names. Platforms
-without .local name resolving support will need to manually query for A/AAAA records as needed.
-
-Revision 1.4 2004/04/09 21:03:15 bradley
-Changed port numbers to use network byte order for consistency with other platforms.
-
-Revision 1.3 2004/04/08 09:43:43 bradley
-Changed callback calling conventions to __stdcall so they can be used with C# delegates.
-
-Revision 1.2 2004/02/21 04:36:19 bradley
-Enable dot local name lookups now that the NSP is being installed.
-
-Revision 1.1 2004/01/30 03:01:56 bradley
-Explorer Plugin to browse for DNS-SD advertised Web and FTP servers from within Internet Explorer.
-
-*/