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:
Markus Mäkelä
2017-03-28 16:22:41 +03:00
parent f9e5275605
commit 66fa4fbc7d
7 changed files with 410 additions and 395 deletions

View File

@ -24,8 +24,7 @@
using std::string;
using std::set;
using schemarouter::Config;
using schemarouter::Stats;
using namespace schemarouter;
class SchemaRouterSession;