13 #ifndef DtRequestReflectionsReceivedInteraction_H_
14 #define DtRequestReflectionsReceivedInteraction_H_
19 #include <vlutil/vlList.h>
21 class DtMomInterCbMgr;
22 class DtRequestReflectionsReceivedInteraction;
23 typedef void (*DtRequestReflectionsReceivedInteractionCb)
24 (
const DtRequestReflectionsReceivedInteraction& inter,
void* usr);
26 class DT_DLL_LRC DtRequestReflectionsReceivedInteraction :
27 public DtRequestInteraction
32 DtRequestReflectionsReceivedInteraction();
35 virtual ~DtRequestReflectionsReceivedInteraction();
38 DtRequestReflectionsReceivedInteraction(
39 const DtRequestReflectionsReceivedInteraction& orig);
42 DtRequestReflectionsReceivedInteraction& operator=(
43 const DtRequestReflectionsReceivedInteraction& orig);
51 virtual bool setFromPhvps(
const DtPhvps& phvps);
56 static DtRequestInteraction* create();
59 static void addCallback(DtMomInterCbMgr* callBackManager,
60 DtRequestReflectionsReceivedInteractionCb cb,
void* usr);
61 static void removeCallback(DtMomInterCbMgr* callBackManager,
62 DtRequestReflectionsReceivedInteractionCb cb,
void* usr);
66 static const char* theInteractionName;
#define DT_DLL_LRC
Definition: rtiMsConfig.h:155
Definition: pHandValSet.h:38
The declaration of internal types.