10 typedef std::shared_ptr<CarFactory>
shared;
std::shared_ptr< CarFactory > shared
Definition: carfactory.h:10
Definition: carfactory.h:5
Ice::ObjectAdapterPtr adapter_
Definition: carfactory.h:7
bool instrumentated_
Definition: carfactory.h:6
std::shared_ptr< Car > shared
Definition: car.h:44
virtual ~CarFactory()
Definition: carfactory.cpp:14
Car::shared create(std::string nick)
Definition: carfactory.cpp:17
CarFactory()
Definition: carfactory.cpp:5