banshee r3203 - in trunk/banshee: . src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage



Author: alanmc
Date: Sun Feb 10 18:13:53 2008
New Revision: 3203
URL: http://svn.gnome.org/viewvc/banshee?rev=3203&view=rev

Log:
it wouldn't compile - comment out for the moment

Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/Device.cs

Modified: trunk/banshee/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/Device.cs
==============================================================================
--- trunk/banshee/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/Device.cs	(original)
+++ trunk/banshee/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage/Device.cs	Sun Feb 10 18:13:53 2008
@@ -27,17 +27,18 @@
 //
 
 using Banshee.Dap;
+using Banshee.Collection;
 
 namespace Banshee.Dap.MassStorage {
     public class Device : AbstractDevice {
-		
+		/*
 		public override void DownloadTrack (TrackInfo track, string destination)
 		{
 			// Transfer the specified track from the device to the specified file path
 			throw new System.NotImplementedException ();
 		}
 
-		public override bool Initialize (Device device)
+		public override bool Initialize (Hal.Device device)
 		{
 			// Initialize the MassStorage from the hal device
 			throw new System.NotImplementedException ();
@@ -65,6 +66,6 @@
 		{
 			// Transfer the specified track onto the device
 			throw new System.NotImplementedException ();
-		}
+		}*/
     }
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]