Use shared pointers to Backend classes
The schemarouter now uses shared pointers. This removes the need to copy the class. Following changes move the member variables inside the Backend class.
This commit is contained in:
@ -24,8 +24,7 @@
|
||||
|
||||
using std::string;
|
||||
using std::set;
|
||||
using schemarouter::Config;
|
||||
using schemarouter::Stats;
|
||||
using namespace schemarouter;
|
||||
|
||||
class SchemaRouterSession;
|
||||
|
||||
|
Reference in New Issue
Block a user