protected:
VuRequestMessage(VU_MSG_TYPE type, VU_ID entityid, VuTargetEntity
*target);
VuRequestMessage(VU_MSG_TYPE type, VU_ID senderid, VU_ID entityid);
virtual VU_ERRCODE Process(VU_BOOL autod)
= 0;
// DATA
protected:
// none
};