示例#1
0
 //
 // Should be called by specialisation sub-class from the end of constructor.
 // Precondition: m_delegate should have been set by  sub-class.
 //
 virtual protected void _Initialize(Key key)
 {
     m_dvt1ScriptSessionService = new Sessions.Services.Dvt1ScriptSessionService(this, m_delegate);
     m_dvt1MediaSessionService  = new Sessions.Services.Dvt1MediaSessionService(this, m_delegate);
 }
示例#2
0
 //
 // Should be called by specialisation sub-class from the end of constructor.
 // Precondition: m_delegate should have been set by  sub-class.
 //
 protected virtual void _Initialize(Key key)
 {
     m_dvt1ScriptSessionService = new Sessions.Services.Dvt1ScriptSessionService(this, m_delegate);
     m_dvt1MediaSessionService = new Sessions.Services.Dvt1MediaSessionService(this, m_delegate);
 }