From 08b16eba092da32cf5bd47499141122640c4a323 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 18 Oct 2001 22:23:53 +0000 Subject: [PATCH] added start(), removed destroy(), and made connect() private --- src/ca/virtualCircuit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ca/virtualCircuit.h b/src/ca/virtualCircuit.h index 7da323034..446b21f67 100644 --- a/src/ca/virtualCircuit.h +++ b/src/ca/virtualCircuit.h @@ -58,8 +58,7 @@ public: unsigned minorVersion, ipAddrToAsciiEngine & engineIn, const cacChannel::priLev & priorityIn ); ~tcpiiu (); - void connect (); - void destroy (); + bool start (); void cleanShutdown (); void beaconAnomalyNotify (); void beaconArrivalNotify (); @@ -121,6 +120,7 @@ private: unsigned sendBytes ( const void *pBuf, unsigned nBytesInBuf ); unsigned recvBytes ( void *pBuf, unsigned nBytesInBuf ); void lastChannelDetachNotify (); + void connect (); // send protocol stubs void echoRequest ();