예제 #1
0
 /// <summary>Creates a new instance of Server </summary>
 public NuGenHL7Service(NuGenParser parser, LowerLayerProtocol llp)
 {
     connections = System.Collections.ArrayList.Synchronized(new System.Collections.ArrayList(10));
     listeners   = new System.Collections.ArrayList();
     this.parser = parser;
     this.llp    = llp;
     this.router = new NuGenMessageTypeRouter();
 }
예제 #2
0
		/// <summary>Creates a new instance of Server </summary>
		public NuGenHL7Service(NuGenParser parser, LowerLayerProtocol llp)
		{
			connections = System.Collections.ArrayList.Synchronized(new System.Collections.ArrayList(10));
			listeners = new System.Collections.ArrayList();
			this.parser = parser;
			this.llp = llp;
			this.router = new NuGenMessageTypeRouter();
		}