9 #include <vlpi/simulationAddress.h>
13 namespace makVrfEvents
34 void setTransactionId(
unsigned long long);
35 unsigned long long transactionId()
const;
37 void setDestinationAddress(
const DtSimulationAddress&);
38 const DtSimulationAddress& destinationAddress()
const;
42 typedef std::map<Type, std::string> Data;
44 virtual void addData(
const DtUUID&,
Type type,
const std::string&);
45 std::string data(
const DtUUID& uuid,
Type)
const;
DataMap myData
Definition: transferResponseEvent.h:60
UUID is a unique ID wrapper class.
Definition: uuid.h:59
Type
Definition: transferResponseEvent.h:18
const DataMap & data() const
Definition: transferResponseEvent.h:47
Contains the DtUUID class declaration.
Definition: transferResponseEvent.h:21
bool myAccept
Definition: transferResponseEvent.h:59
std::map< DtUUID, Data > DataMap
Definition: transferResponseEvent.h:43
unsigned long long myTransactionId
Definition: transferResponseEvent.h:58
DtSimulationAddress myDestinationAddress
Definition: transferResponseEvent.h:61
std::map< Type, std::string > Data
Definition: transferResponseEvent.h:40
#define DT_DLL_vrfMsgTransport
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfCommunicationManagerDefines.h:26
Definition: transferResponseEvent.h:20
void setData(const DataMap &d)
Definition: transferResponseEvent.h:52
Definition: transferResponseEvent.h:15