9 #include "managedInterface/linkStrategy.h"
10 #include "managedInterface/managedInterface.h"
11 #include "managedInterface/publisherList.h"
13 #include <vlpi/entityIdentifier.h>
19 class DtManagedInterface;
21 class DtReflectedEntity;
22 class DtReflectedEntityList;
23 class DtEntityPublisher;
31 static std::string theName();
35 virtual void shutdown();
41 void handleCSharpEntityDiscovered(
DtMessage* msg);
43 static void vrlEntityDiscovered(DtReflectedEntity* ent,
void* usr);
44 void handleVrlEntityDiscovered(DtReflectedEntity* ent);
47 DtPublisherList<DtEntityPublisher>*
myPubs;