remove using declaraction
This commit is contained in:
parent
f715b65d6e
commit
1bea2344f6
@ -131,7 +131,6 @@ class LocalPool : public SystemObject, public StorageManagerIF {
|
|||||||
// Using functions provided by StorageManagerIF requires either a fully qualified path
|
// Using functions provided by StorageManagerIF requires either a fully qualified path
|
||||||
// like for example localPool.StorageManagerIF::getFreeElement(...) or re-exporting
|
// like for example localPool.StorageManagerIF::getFreeElement(...) or re-exporting
|
||||||
// the fully qualified path with the using directive.
|
// the fully qualified path with the using directive.
|
||||||
using StorageManagerIF::getFreeElement;
|
|
||||||
using StorageManagerIF::getData;
|
using StorageManagerIF::getData;
|
||||||
using StorageManagerIF::modifyData;
|
using StorageManagerIF::modifyData;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user