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

Unified Diff: runtime/bin/socket.h

Issue 81013002: Cleanup the getting and setting of the socket file descriptor (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Correctly rebased Created 7 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 | « runtime/bin/process.cc ('k') | runtime/bin/socket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/socket.h
diff --git a/runtime/bin/socket.h b/runtime/bin/socket.h
index 3e5c40c153cc08815b564ede373410e85cd8ef1d..1bec3e61d5b7af3e2d5a999d8dc1661f011aafda 100644
--- a/runtime/bin/socket.h
+++ b/runtime/bin/socket.h
@@ -202,8 +202,8 @@ class Socket {
static Dart_Port GetServicePort();
- static Dart_Handle SetSocketIdNativeField(Dart_Handle socket, intptr_t id);
- static Dart_Handle GetSocketIdNativeField(Dart_Handle socket, intptr_t* id);
+ static void SetSocketIdNativeField(Dart_Handle socket, intptr_t id);
+ static intptr_t GetSocketIdNativeField(Dart_Handle socket);
private:
static dart::Mutex* mutex_;
« no previous file with comments | « runtime/bin/process.cc ('k') | runtime/bin/socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698