[banshee/gio-hardware] [Ipod] Fix PodSleuthDevice build



commit ec46bce6f2ceff4c64f0b7f66e5707cd0d18d8f1
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Jul 27 02:25:49 2010 -0700

    [Ipod] Fix PodSleuthDevice build

 .../Banshee.Dap.Ipod/PodSleuthDevice.cs            |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/PodSleuthDevice.cs b/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/PodSleuthDevice.cs
index b2efe43..08140a2 100644
--- a/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/PodSleuthDevice.cs
+++ b/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod/PodSleuthDevice.cs
@@ -362,6 +362,11 @@ namespace Banshee.Dap.Ipod
             return volume.ResolveRootUsbDevice ();
         }
 
+        public IUsbPortInfo ResolveUsbPortInfo ()
+        {
+            return volume.ResolveUsbPortInfo ();
+        }
+
 #endregion
 
     }



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