Exemplo n.º 1
0
        ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
        ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
        ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

        protected virtual void Dispose(bool disposing)
        {
            if (disposing)
            {
                if (m_gdbServerInstance != null)
                {
                    m_gdbServerInstance.Dispose();

                    m_gdbServerInstance = null;
                }

                if (m_gdbServerAttached != null)
                {
                    m_gdbServerAttached.Dispose();

                    m_gdbServerAttached = null;
                }
            }
        }
Exemplo n.º 2
0
        ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
        ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
        ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

        protected virtual void Dispose(bool disposing)
        {
            if (disposing)
            {
                if (m_jdbClientInstance != null)
                {
                    m_jdbClientInstance.Dispose();

                    m_jdbClientInstance = null;
                }

                if (m_sessionStarted != null)
                {
                    m_sessionStarted.Dispose();

                    m_sessionStarted = null;
                }
            }
        }