Example #1
0
 public void Destroy()
 {
     if (manager_ != null)
     {
         manager_.RemoveTimer(this);
     }
 }
Example #2
0
 public void RemoveTimer(Timer t)
 {
     timers_.RemoveTimer(t);
 }