20 #ifndef MACHINE_MANAGER_H 21 #define MACHINE_MANAGER_H 23 #include "ConnectionBasedEndpoint.h" 49 e->shutdown(Endpoint::ShutBoth);
50 if (e->getType() == Endpoint::ConnectionBased)
52 ConnectionBasedEndpoint *ce =
53 static_cast<ConnectionBasedEndpoint *
>(e);
virtual void returnEndpoint(Endpoint *e)