Author: alanmc
Date: 2008-01-20 07:08:11 -0500 (Sun, 20 Jan 2008)
New Revision: 93344

Modified:
   trunk/bitsharp/src/MonoTorrent/Client/Tracker/AnnounceParameters.cs
Log:
Made a property public

Modified: trunk/bitsharp/src/MonoTorrent/Client/Tracker/AnnounceParameters.cs
===================================================================
--- trunk/bitsharp/src/MonoTorrent/Client/Tracker/AnnounceParameters.cs 
2008-01-20 10:16:49 UTC (rev 93343)
+++ trunk/bitsharp/src/MonoTorrent/Client/Tracker/AnnounceParameters.cs 
2008-01-20 12:08:11 UTC (rev 93344)
@@ -57,7 +57,7 @@
         /// <summary>
         /// FIXME: Maybe this should be private....
         /// </summary>
-        internal TrackerConnectionID Id
+        public TrackerConnectionID Id
         {
             get { return id; }
             set { id = value; }
@@ -129,7 +129,5 @@
             this.ipaddress = ipaddress;
             this.port = port;
         }
-
-
     }
 }
\ No newline at end of file

_______________________________________________
Mono-patches maillist  -  Mono-patches@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to