This subclass of the DtVrfObjectManager prints out a message in its tick() method
Header file:
#ifndef MyObjectManager_H_
#define MyObjectManager_H_
{
public:
public:
int entityAdvisory);
};
#endif
Implementation:
#include "myObjectManager.h"
{
}
{
}
{
DtInfo("MyObjectManager::tick()\n");
}
int entityAdvisory)
{
}