summaryrefslogtreecommitdiff
path: root/ACE/examples/IPC_SAP/SPIPE_SAP/shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/IPC_SAP/SPIPE_SAP/shared.h')
-rw-r--r--ACE/examples/IPC_SAP/SPIPE_SAP/shared.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/ACE/examples/IPC_SAP/SPIPE_SAP/shared.h b/ACE/examples/IPC_SAP/SPIPE_SAP/shared.h
new file mode 100644
index 00000000000..47f2e8db6bc
--- /dev/null
+++ b/ACE/examples/IPC_SAP/SPIPE_SAP/shared.h
@@ -0,0 +1,10 @@
+/* -*- C++ -*- */
+// $Id$
+
+#include "ace/config-all.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+static const ACE_TCHAR *rendezvous = ACE_DEFAULT_RENDEZVOUS;