summaryrefslogtreecommitdiff
path: root/examples/IPC_SAP/UPIPE_SAP/ex1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/IPC_SAP/UPIPE_SAP/ex1.cpp')
-rw-r--r--examples/IPC_SAP/UPIPE_SAP/ex1.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/IPC_SAP/UPIPE_SAP/ex1.cpp b/examples/IPC_SAP/UPIPE_SAP/ex1.cpp
index 5c98f6ed624..71cebb90f83 100644
--- a/examples/IPC_SAP/UPIPE_SAP/ex1.cpp
+++ b/examples/IPC_SAP/UPIPE_SAP/ex1.cpp
@@ -1,15 +1,16 @@
-// Example for using ACE_UPIPE_SAP and ACE_Thread for intra-process
// $Id$
+// Example for using ACE_UPIPE_SAP and ACE_Thread for intra-process
// communication.
//
// Author : Gerhard Lenzer and Douglas C. Schmidt
-
#include "ace/Stream.h"
#include "ace/UPIPE_Acceptor.h"
#include "ace/UPIPE_Connector.h"
+ACE_RCSID(UPIPE_SAP, ex1, "$Id$")
+
#if defined (ACE_HAS_THREADS)
// Global thread manager.