From e1d8d45788ff6d94a5a7da9a0f1f34ed0766d233 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 31 Jul 2002 15:04:06 +0000 Subject: [PATCH] added version string --- src/ca/cac.cpp | 2 ++ src/cas/generic/caServerI.cc | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ca/cac.cpp b/src/ca/cac.cpp index a56ec28e1..2183fff2c 100644 --- a/src/ca/cac.cpp +++ b/src/ca/cac.cpp @@ -43,6 +43,8 @@ #include "bhe.h" #include "net_convert.h" +static char *id="@(#) $Id$"; + // TCP response dispatch table const cac::pProtoStubTCP cac::tcpJumpTableCAC [] = { diff --git a/src/cas/generic/caServerI.cc b/src/cas/generic/caServerI.cc index b5647453e..638d2c08e 100644 --- a/src/cas/generic/caServerI.cc +++ b/src/cas/generic/caServerI.cc @@ -15,8 +15,6 @@ * 505 665 1831 */ -#define CAS_VERSION_GLOBAL - #include "epicsGuard.h" #include "addrList.h" @@ -25,6 +23,8 @@ #include "server.h" #include "casCtxIL.h" // casCtx in line func +static char *id="@(#) $Id$"; + // // the maximum beacon period if EPICS_CA_BEACON_PERIOD isnt available //