Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: pkg/mdns/lib/mdns.dart

Issue 1430433005: Minor fixes to the mDNS package (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/mdns/lib/src/native_protocol_client.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/mdns/lib/mdns.dart
diff --git a/pkg/mdns/lib/mdns.dart b/pkg/mdns/lib/mdns.dart
index d62c391909add65eaf4d23329b7f3c58f31c1984..e73edee0292f677696e99e8cb73a18ce27976558 100644
--- a/pkg/mdns/lib/mdns.dart
+++ b/pkg/mdns/lib/mdns.dart
@@ -14,6 +14,7 @@ import 'package:mdns/src/native_protocol_client.dart';
import 'package:mdns/src/constants.dart';
export 'package:mdns/src/constants.dart' show RRType;
+export 'package:mdns/src/packet.dart' show ResourceRecord;
/// Client for DNS lookup using the mDNS protocol.
///
« no previous file with comments | « no previous file | pkg/mdns/lib/src/native_protocol_client.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698