public ServerRequestInterceptor GetServerRequestInterceptor(OrbServices orb) { lock (this) { if (m_serverInterceptor == null) { m_serverInterceptor = new BiDirIiopServerInterceptor(orb); } return(m_serverInterceptor); } }
public ServerRequestInterceptor GetServerRequestInterceptor(OrbServices orb) { lock(this) { if (m_serverInterceptor == null) { m_serverInterceptor = new BiDirIiopServerInterceptor(orb); } return m_serverInterceptor; } }