Changeset 53541 in vbox for trunk/src/VBox
- Timestamp:
- Dec 14, 2014 10:05:48 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MediumImpl.h
r53354 r53541 299 299 static DECLCALLBACK(int) i_vdTcpSocketCreate(uint32_t fFlags, PVDSOCKET pSock); 300 300 static DECLCALLBACK(int) i_vdTcpSocketDestroy(VDSOCKET Sock); 301 static DECLCALLBACK(int) i_vdTcpClientConnect(VDSOCKET Sock, const char *pszAddress, uint32_t uPort); 301 static DECLCALLBACK(int) i_vdTcpClientConnect(VDSOCKET Sock, const char *pszAddress, uint32_t uPort, 302 RTMSINTERVAL cMillies); 302 303 static DECLCALLBACK(int) i_vdTcpClientClose(VDSOCKET Sock); 303 304 static DECLCALLBACK(bool) i_vdTcpIsClientConnected(VDSOCKET Sock);
Note:
See TracChangeset
for help on using the changeset viewer.