|
|
@@ -36,7 +36,6 @@ SegServerImpl::SegServerImpl()
|
|
|
m_sharedBuffer = NULL;
|
|
|
}
|
|
|
|
|
|
-SegServerImpl::SegServerImpl(SegServerImpl const&) {};
|
|
|
SegServerImpl::~SegServerImpl()
|
|
|
{
|
|
|
if (m_server)
|
|
|
@@ -46,7 +45,6 @@ SegServerImpl::~SegServerImpl()
|
|
|
}
|
|
|
instance = nullptr;
|
|
|
};
|
|
|
-SegServerImpl& SegServerImpl::operator=(const SegServerImpl &) { return *this; };
|
|
|
|
|
|
SegServer* SegServerImpl::CreateServer()
|
|
|
{
|