The MyIndividualLocalEntityNetInterface class takes the mass from the DtVrfObjectStateRepository class and puts it into the new MyEntityStateRep for transmission over the network
Header file:
#ifndef MyIndividualLocalEntityNetInterface_H_
#define MyIndividualLocalEntityNetInterface_H_
{
public:
bool publishObject = true);
bool publishObject);
protected:
};
#endif
Implementation:
bool publishObject) :
parentRegistry, publishObject)
{
}
{
}
{
if (!massState)
{
DtWarn("Cannot cast net state to MyEntityStateRep\n");
return;
}
if (!localState)
{
DtWarn("Cannot find DtVrfObjectStateRepository\n");
return;
}
}
{
}
{
parentRegistry, publishObject);
}