Move RWSplitSession into rwsplitsession.cc

Moved the class method definitions into the correct file.
This commit is contained in:
Markus Mäkelä
2018-03-29 13:53:26 +03:00
parent d5643bc14d
commit 14e399dd68
3 changed files with 68 additions and 64 deletions

View File

@ -43,8 +43,8 @@ typedef std::tr1::unordered_map<uint32_t, mxs::SRWBackend> ExecMap;
*/
class RWSplitSession
{
RWSplitSession(const RWSplitSession&);
RWSplitSession& operator=(const RWSplitSession&);
RWSplitSession(const RWSplitSession&) = delete;
RWSplitSession& operator=(const RWSplitSession&) = delete;
public: