TransportRegistry composed
no need for a seperate allocation and shared_ptr
This commit is contained in:
@@ -323,7 +323,7 @@ public:
|
||||
virtual epics::pvData::Timer::shared_pointer getTimer() = 0;
|
||||
|
||||
//virtual TransportRegistry::shared_pointer getTransportRegistry() = 0;
|
||||
virtual std::tr1::shared_ptr<TransportRegistry> getTransportRegistry() = 0;
|
||||
virtual TransportRegistry* getTransportRegistry() = 0;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user