reverted to previous version
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15873 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1449,18 +1449,20 @@ FSDuplicate(BObjectList<entry_ref> *srcList, BList *pointList)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#if 0
|
||||||
status_t
|
status_t
|
||||||
FSCopyFolder(BEntry *srcEntry, BDirectory *destDir, CopyLoopControl *loopControl,
|
FSCopyFolder(BEntry *srcEntry, BDirectory *destDir, CopyLoopControl *loopControl,
|
||||||
BPoint *loc, bool makeOriginalName, Undo &undo)
|
BPoint *loc, bool makeOriginalName)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
CopyFolder(srcEntry, destDir, loopControl, loc, makeOriginalName, undo);
|
CopyFolder(srcEntry, destDir, loopControl, loc, makeOriginalName);
|
||||||
} catch (status_t error) {
|
} catch (status_t error) {
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
|
|
||||||
return B_OK;
|
return B_OK;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
status_t
|
status_t
|
||||||
|
|||||||
Reference in New Issue
Block a user