From 91ee9fc9c4cb2de6f6ab9556d1af6f7d304ed280 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 27 Mar 2002 19:11:57 +0000 Subject: [PATCH] cosmetic --- src/ca/tcpRecvWatchdog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/tcpRecvWatchdog.cpp b/src/ca/tcpRecvWatchdog.cpp index 873889c08..57a20cfa7 100644 --- a/src/ca/tcpRecvWatchdog.cpp +++ b/src/ca/tcpRecvWatchdog.cpp @@ -19,7 +19,7 @@ // the recv watchdog timer is active when this object is created // tcpRecvWatchdog::tcpRecvWatchdog - ( tcpiiu &iiuIn, double periodIn, epicsTimerQueue & queueIn ) : + ( tcpiiu & iiuIn, double periodIn, epicsTimerQueue & queueIn ) : period ( periodIn ), timer ( queueIn.createTimer () ), iiu ( iiuIn ), responsePending ( false ), beaconAnomaly ( true )