Move RWSplitSession into rwsplitsession.cc
Moved the class method definitions into the correct file.
This commit is contained in:
@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user