11 #ifndef DtRtiExecHandshakeProcessor_H_
12 #define DtRtiExecHandshakeProcessor_H_
19 #include <vlutil/vlUtil.h>
93 static int lostConnection(
const MAKRti::DtString& connName,
const MAKRti::DtString& hostName,
94 unsigned int connID,
const std::pair<DtInetAddrAndPort, DtInetAddrAndPort>& connAddr,
void* usr);
99 virtual int lostConnection(
const MAKRti::DtString& connName,
const MAKRti::DtString& hostName,
100 unsigned int connID,
const std::pair<DtInetAddrAndPort, DtInetAddrAndPort>& connAddr);
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 ) {}