Exemplo n.º 1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="g">GMS Protocol using this implementation</param>
 public CoordGmsImpl(GMS g)
 {
     gms = g;
     name = "CoordGmsImpl";
 }
Exemplo n.º 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();
        }
Exemplo n.º 3
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="g">GMS Protocol using this implementation</param>
 public ClientGmsImpl(GMS g)
 {
     gms=g;
     name = "ClientGmsImpl";
 }
Exemplo n.º 4
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="g">GMS Protocol using this implementation</param>
 public CoordGmsImpl(GMS g)
 {
     gms  = g;
     name = "CoordGmsImpl";
 }
Exemplo n.º 5
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="g">GMS Protocol using this implementation</param>
 public ClientGmsImpl(GMS g)
 {
     gms  = g;
     name = "ClientGmsImpl";
 }
Exemplo n.º 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();
 }