11 #ifndef DtFederateCounterProcessor_H_
12 #define DtFederateCounterProcessor_H_
19 #include <vlutil/vlUtil.h>
24 class DtRtiExecDisconnectFilter;
70 static int lostConnection(
const MAKRti::DtString& connName,
const MAKRti::DtString& hostName,
71 unsigned int connID,
const std::pair<DtInetAddrAndPort, DtInetAddrAndPort>& connAddr,
void* usr );
73 static int reconnectBegun(
const MAKRti::DtString& connName,
const MAKRti::DtString& hostName,
79 virtual int lostConnection(
const MAKRti::DtString& connName,
const MAKRti::DtString& hostName,
80 unsigned int connID,
const std::pair<DtInetAddrAndPort, DtInetAddrAndPort>& connAddr);
82 virtual int reconnectBegun(
const MAKRti::DtString& connName,
const MAKRti::DtString& hostName,
112 destinationAddress(),
114 pendingOutResponses() {}
119 destinationAddress( dest ),
120 sourceAddress( src ),
121 pendingOutResponses( expectedOutResponses ) {}