mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Refactor backends to new interfaces
This commit is contained in:
@@ -56,7 +56,7 @@ public:
|
||||
|
||||
/** Create an instance of this factory's backend.
|
||||
*/
|
||||
virtual Backend* createInstance (HashMap <String, String> const& keyValueParameters);
|
||||
virtual Backend* createInstance (HashMap <String, String> const& keyValueParameters) = 0;
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user