Edited SparkleLib/SparkleListenerBase.cs via GitHub

This commit is contained in:
Hylke Bons 2011-05-19 08:14:50 -07:00
parent cf54ba0ddd
commit bd5fd01533

View file

@ -60,6 +60,7 @@ namespace SparkleLib {
public abstract void Dispose ();
public abstract bool IsConnected { get; }
// Announcements that weren't sent off
// because we were disconnected
protected List<string> announce_queue = new List<string> ();