11 #ifndef DtRtiExecHandshakeProcessor_H_
12 #define DtRtiExecHandshakeProcessor_H_
19 #include <vlutil/vlUtil.h>
93 static int lostConnection(
const MAKRti::DtString& connName,
unsigned int connID,
99 virtual int lostConnection(
const MAKRti::DtString& connName,
105 DtHandle src,
DtHandle dest,
const MAKRti::DtString& hostName,
bool fullyCompliant,
131 destinationHandle( 0 ),
134 pendingOutResponses(),
135 pendingLanResponses() {}
142 destinationHandle( destHandle ),
143 sourceHandle( srcHandle ),
144 sourceAddress( src ),
145 pendingOutResponses( expectedOutResponses ),
146 pendingLanResponses( expectedLanResponses ) {}