summaryrefslogtreecommitdiff
path: root/ACE/examples/Service_Configurator/IPC-tests/server/Handle_R_Dgram.cpp
blob: 89c0e227e5a898c85444073147b453efd797b3f3 (plain)
1
2
3
4
5
6
7
8
9
10
#include "Handle_R_Dgram.h"

unsigned short Handle_R_Dgram::DEFAULT_PORT = ACE_DEFAULT_SERVER_PORT;

#if !defined (__ACE_INLINE__)
#include "Handle_R_Dgram.inl"
#endif /* __ACE_INLINE__ */

Handle_R_Dgram remote_dgram;
ACE_Service_Object_Type rd (&remote_dgram, ACE_TEXT ("Remote_Dgram"));