Skip to content
Snippets Groups Projects
Commit 17c09b62 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

rm default fcts

parent e2930fbe
No related branches found
No related tags found
No related merge requests found
...@@ -37,9 +37,6 @@ public: ...@@ -37,9 +37,6 @@ public:
typedef std::map<Key, std::string> DescriptionMap_t; typedef std::map<Key, std::string> DescriptionMap_t;
typedef typename DescriptionMap_t::const_iterator const_iterator; typedef typename DescriptionMap_t::const_iterator const_iterator;
IFactory() {}
~IFactory() {}
//! Creates object by calling creation function corresponded to given identifier //! Creates object by calling creation function corresponded to given identifier
AbstractProduct* createItem(const Key& item_key) AbstractProduct* createItem(const Key& item_key)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment