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:
parent
5cd809aaab
commit
e2491d6b8a
@ -1449,18 +1449,20 @@ FSDuplicate(BObjectList<entry_ref> *srcList, BList *pointList)
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
status_t
|
||||
FSCopyFolder(BEntry *srcEntry, BDirectory *destDir, CopyLoopControl *loopControl,
|
||||
BPoint *loc, bool makeOriginalName, Undo &undo)
|
||||
BPoint *loc, bool makeOriginalName)
|
||||
{
|
||||
try {
|
||||
CopyFolder(srcEntry, destDir, loopControl, loc, makeOriginalName, undo);
|
||||
CopyFolder(srcEntry, destDir, loopControl, loc, makeOriginalName);
|
||||
} catch (status_t error) {
|
||||
return error;
|
||||
}
|
||||
|
||||
return B_OK;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
status_t
|
||||
|
Loading…
Reference in New Issue
Block a user