示例#1
0
 public ServerRequestInterceptor GetServerRequestInterceptor(OrbServices orb)
 {
     lock (this) {
         if (m_serverInterceptor == null)
         {
             m_serverInterceptor = new BiDirIiopServerInterceptor(orb);
         }
         return(m_serverInterceptor);
     }
 }
示例#2
0
 public ServerRequestInterceptor GetServerRequestInterceptor(OrbServices orb) {
     lock(this) {
         if (m_serverInterceptor == null) {
             m_serverInterceptor = new BiDirIiopServerInterceptor(orb);
         }
         return m_serverInterceptor;
     }            
 }