summaryrefslogtreecommitdiff
path: root/ace/SOCK_Dgram.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-07-31 01:33:28 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-07-31 01:33:28 +0000
commit7b767f564895184742f383162925f4b237a1fb05 (patch)
tree1f71ccc6e1d90a8f300dd2dc5a4ca606c3a17575 /ace/SOCK_Dgram.h
parent3ff7e0e7be55f33e0d2fb36d9114b4e1831ab4c5 (diff)
downloadATCD-7b767f564895184742f383162925f4b237a1fb05.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/SOCK_Dgram.h')
-rw-r--r--ace/SOCK_Dgram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/SOCK_Dgram.h b/ace/SOCK_Dgram.h
index 96437cfa210..94b3e245eb1 100644
--- a/ace/SOCK_Dgram.h
+++ b/ace/SOCK_Dgram.h
@@ -58,7 +58,7 @@ public:
ssize_t recv (iovec *io_vec,
ACE_Addr &addr,
- int flags) const;
+ int flags = 0) const;
// Allows a client to read from a socket without having to provide a
// buffer to read. This method determines how much data is in the
// socket, allocates a buffer of this size, reads in the data, and