summaryrefslogtreecommitdiff
path: root/examples/Service_Configurator/IPC-tests/server/Handle_L_SPIPE.cpp
blob: d2ccc95b4398a5c182548b5da16616054e449ce1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "Handle_L_SPIPE.h"
// $Id$


#if !defined (__ACE_INLINE__)
#include "Handle_L_SPIPE.i"
#endif /* __ACE_INLINE__ */

#if defined (ACE_HAS_STREAM_PIPES)

const char *Handle_L_SPIPE::DEFAULT_RENDEZVOUS = "/tmp/foo_spipe";

Handle_L_SPIPE local_spipe;
ACE_Service_Object_Type lsp (&local_spipe, "Local_SPIPE");

#endif /* ACE_HAS_STREAM_PIPES */