Author: rmottola
Date: Fri Feb 12 14:55:32 2016
New Revision: 39364
URL: http://svn.gna.org/viewcvs/gnustep?rev=39364&view=rev
Log:
Remove getFileSystemInfoForPath of category already implemented in class
Modified:
apps/gworkspace/trunk/ChangeLog
apps/gworkspace/trunk/FSNode/FSNodeRep.h
apps/gworkspace/trunk/FSNode/FSNodeRep.m
Modified: apps/gworkspace/trunk/ChangeLog
URL:
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/ChangeLog?rev=39364&r1=39363&r2=39364&view=diff
==============================================================================
--- apps/gworkspace/trunk/ChangeLog (original)
+++ apps/gworkspace/trunk/ChangeLog Fri Feb 12 14:55:32 2016
@@ -1,3 +1,9 @@
+2016-02-10 Riccardo Mottola <[email protected]>
+
+ * FSNode/FSNodeRep.h
+ * FSNode/FSNodeRep.m
+ Remove getFileSystemInfoForPath of category already implemented in
class.
+
2016-02-10 Riccardo Mottola <[email protected]>
* GWorkspace/Preferences/HiddenFilesPref.m
Modified: apps/gworkspace/trunk/FSNode/FSNodeRep.h
URL:
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/FSNode/FSNodeRep.h?rev=39364&r1=39363&r2=39364&view=diff
==============================================================================
--- apps/gworkspace/trunk/FSNode/FSNodeRep.h (original)
+++ apps/gworkspace/trunk/FSNode/FSNodeRep.h Fri Feb 12 14:55:32 2016
@@ -518,13 +518,6 @@
isWritable:(BOOL *)writableFlag
isUnmountable:(BOOL *)unmountableFlag
description:(NSString **)description
- type:(NSString **)fileSystemType;
-
-- (BOOL)getFileSystemInfoForPath:(NSString *)fullPath
- isRemovable:(BOOL *)removableFlag
- isWritable:(BOOL *)writableFlag
- isUnmountable:(BOOL *)unmountableFlag
- description:(NSString **)description
type:(NSString **)fileSystemType
usingVolumesInfo:(NSArray *)info;
Modified: apps/gworkspace/trunk/FSNode/FSNodeRep.m
URL:
http://svn.gna.org/viewcvs/gnustep/apps/gworkspace/trunk/FSNode/FSNodeRep.m?rev=39364&r1=39363&r2=39364&view=diff
==============================================================================
--- apps/gworkspace/trunk/FSNode/FSNodeRep.m (original)
+++ apps/gworkspace/trunk/FSNode/FSNodeRep.m Fri Feb 12 14:55:32 2016
@@ -884,21 +884,6 @@
return reserved;
}
-- (BOOL)getFileSystemInfoForPath:(NSString *)fullPath
- isRemovable:(BOOL *)removableFlag
- isWritable:(BOOL *)writableFlag
- isUnmountable:(BOOL *)unmountableFlag
- description:(NSString **)description
- type:(NSString **)fileSystemType
-{
- return [self getFileSystemInfoForPath: fullPath
- isRemovable: removableFlag
- isWritable: writableFlag
- isUnmountable: unmountableFlag
- description: description
- type: fileSystemType
- usingVolumesInfo: nil];
-}
- (BOOL)getFileSystemInfoForPath:(NSString *)fullPath
isRemovable:(BOOL *)removableFlag
@@ -938,7 +923,7 @@
NSArray *reserved = [self reservedMountNames];
unsigned i;
- NSLog(@"FSNodeRep: mountedLocalVolumePaths");
+
for (i = 0; i < [mounted count]; i++)
{
NSDictionary *dict = [mounted objectAtIndex: i];
@@ -947,7 +932,7 @@
[mpoints addObject: [dict objectForKey: @"dir"]];
}
}
-
+ NSLog(@"FSNodeRep: mountedLocalVolumePaths: %@", mpoints);
return mpoints;
}
@@ -960,7 +945,6 @@
NSMutableArray *names = [NSMutableArray array];
NSUInteger i;
- NSLog(@"mountedRemovableMedia");
for (i = 0; i < [mounted count]; i++) {
NSDictionary *dict = [mounted objectAtIndex: i];
NSString *name = [dict objectForKey: @"name"];
@@ -991,6 +975,7 @@
}
}
+ NSLog(@"mountedRemovableMedia: %@", names);
return names;
}
_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs