[banshee] [Ipod] Fix PodSleuthDevice build



commit 497f6543ed2064a63a65905b0044dea29c963cd9
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]