summaryrefslogtreecommitdiff
path: root/ace/SOCK_Dgram.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/SOCK_Dgram.h')
-rw-r--r--ace/SOCK_Dgram.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/SOCK_Dgram.h b/ace/SOCK_Dgram.h
index f781ca7f66d..0573caadbc2 100644
--- a/ace/SOCK_Dgram.h
+++ b/ace/SOCK_Dgram.h
@@ -145,7 +145,7 @@ public:
ssize_t send (const void *buf,
size_t n,
const ACE_Addr &addr,
- int flags = 0,
+ int flags,
ACE_OVERLAPPED *overlapped,
ACE_OVERLAPPED_COMPLETION_FUNC func) const;
// Send an <n> byte <buf> to the datagram socket (uses <WSASentTo>).
@@ -153,7 +153,7 @@ public:
ssize_t recv (void *buf,
size_t n,
ACE_Addr &addr,
- int flags = 0,
+ int flags,
ACE_OVERLAPPED *overlapped,
ACE_OVERLAPPED_COMPLETION_FUNC func) const;
// Receive an <n> byte <buf> from the datagram socket (uses