Banshee.Dap.AppleDevice.AppleDeviceSource.CanHandleDeviceCommand C# (CSharp) Method

CanHandleDeviceCommand() protected method

protected CanHandleDeviceCommand ( DeviceCommand command ) : bool
command DeviceCommand
return bool
        protected override bool CanHandleDeviceCommand (DeviceCommand command)
        {
            // Whats this for?
            return false;
//            try {
//                SafeUri uri = new SafeUri (command.DeviceId);
//                return IpodDevice.MountPoint.StartsWith (uri.LocalPath);
//            } catch {
//                return false;
//            }
        }