Пример #1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="g">GMS Protocol using this implementation</param>
 public CoordGmsImpl(GMS g)
 {
     gms = g;
     name = "CoordGmsImpl";
 }
Пример #2
0
        bool leaveRsp = false;                                            // set to this to allow sync

        /// <summary>
        /// Constructor
        /// </summary>
        /// <param name="g">GMS Protocol using this implementation</param>
        public ParticipantGmsImpl(GMS g)
        {
            gms  = g;
            name = "ParticipantGmsImpl";
            suspected_mbrs.Clear();
        }
Пример #3
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="g">GMS Protocol using this implementation</param>
 public ClientGmsImpl(GMS g)
 {
     gms=g;
     name = "ClientGmsImpl";
 }
Пример #4
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="g">GMS Protocol using this implementation</param>
 public CoordGmsImpl(GMS g)
 {
     gms  = g;
     name = "CoordGmsImpl";
 }
Пример #5
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="g">GMS Protocol using this implementation</param>
 public ClientGmsImpl(GMS g)
 {
     gms  = g;
     name = "ClientGmsImpl";
 }
Пример #6
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="g">GMS Protocol using this implementation</param>
 public ParticipantGmsImpl(GMS g)
 {
     gms=g;
     name = "ParticipantGmsImpl";
     suspected_mbrs.Clear();
 }