#include <ace/LSOCK_Dgram.h>
class ACE_LSOCK_Dgram : public ACE_SOCK_Dgram, public ACE_LSOCK {
public:
ACE_LSOCK_Dgram (void);
ACE_LSOCK_Dgram ( const ACE_Addr &local, int protocol_family = PF_UNIX, int protocol = 0 );
int open ( const ACE_Addr &local, int protocol_family = PF_UNIX, int protocol = 0 );
ACE_HANDLE get_handle (void) const;
void set_handle (ACE_HANDLE);
void dump (void) const;
ACE_ALLOC_HOOK_DECLARE;
};
ACE_LSOCK_Dgram (void);
ACE_LSOCK_Dgram (
const ACE_Addr &local,
int protocol_family = PF_UNIX,
int protocol = 0
);
int open (
const ACE_Addr &local,
int protocol_family = PF_UNIX,
int protocol = 0
);
ACE_HANDLE get_handle (void) const;
void set_handle (ACE_HANDLE);
void dump (void) const;
ACE_ALLOC_HOOK_DECLARE;