diff options
author | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-11 08:54:09 +0000 |
---|---|---|
committer | gonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-07-11 08:54:09 +0000 |
commit | b3892f2d86d595049b6ff8db83ca5763673f2856 (patch) | |
tree | 0ae2548391a8952ec1ccaf8c6c3d1fe5e2fb7e4a /ace/IO_Cntl_Msg.cpp | |
parent | d2a82034a5058f2115932090cf32b7c644ade49c (diff) | |
download | ATCD-b3892f2d86d595049b6ff8db83ca5763673f2856.tar.gz |
Added RCS Id strings to cpp files via a macro that can be turned off
Diffstat (limited to 'ace/IO_Cntl_Msg.cpp')
-rw-r--r-- | ace/IO_Cntl_Msg.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/IO_Cntl_Msg.cpp b/ace/IO_Cntl_Msg.cpp index ff27954a2aa..1986e517d0c 100644 --- a/ace/IO_Cntl_Msg.cpp +++ b/ace/IO_Cntl_Msg.cpp @@ -4,6 +4,8 @@ #if 0 // This is not meant to be used, it's just a place holder... +ACE_RCSID(ace, IO_Cntl_Msg, "$Id$") + // Forward decl template <class SYNCH> class ACE_Module; |