SCM Repository
[smlnj] / smlnj-lib / branches / rt-transition / INet / sock-util-sig.sml |
Diff of /smlnj-lib/branches/rt-transition/INet/sock-util-sig.sml
Parent Directory
|
Revision Log
|
Patch
revision 2980, Sat Apr 12 15:01:15 2008 UTC | revision 2981, Sat Apr 12 15:56:39 2008 UTC | |
---|---|---|
# | Line 8 | Line 8 |
8 | signature SOCK_UTIL = | signature SOCK_UTIL = |
9 | sig | sig |
10 | ||
11 | (*** Commented out unti socket API is supported by new runtime | |
12 | datatype port = PortNumber of int | ServName of string | datatype port = PortNumber of int | ServName of string |
13 | (* a port can be identified by number, or by the name of a service *) | (* a port can be identified by number, or by the name of a service *) |
14 | ||
# | Line 45 | Line 46 |
46 | val sendVec : ('a stream_sock * Word8Vector.vector) -> unit | val sendVec : ('a stream_sock * Word8Vector.vector) -> unit |
47 | val sendStr : ('a stream_sock * string) -> unit | val sendStr : ('a stream_sock * string) -> unit |
48 | val sendArr : ('a stream_sock * Word8Array.array) -> unit | val sendArr : ('a stream_sock * Word8Array.array) -> unit |
49 | ***) | |
50 | ||
51 | end; | end; |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |