9 #include "managedInterface/linkStrategy.h"
10 #include "managedInterface/managedInterface.h"
11 #include "managedInterface/publisherList.h"
17 class DtManagedInterface;
18 class DtReflectedEntity;
19 class DtReflectedEntityList;
20 class DtEntityPublisher;
28 static std::string theName();
32 virtual void shutdown();
38 void handleCSharpEntityRemoved(
DtMessage* msg);
39 static void vrlEntityRemoved(DtReflectedEntity* ent,
void* usr);
40 void handleVrlEntityRemoved(DtReflectedEntity* ent);
43 DtPublisherList<DtEntityPublisher>*
myPubs;