our elf resolver has a problem with previous way of linking with FSUtils
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15875 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -15,14 +15,6 @@
|
|||||||
#include <String.h>
|
#include <String.h>
|
||||||
#include <VolumeRoster.h>
|
#include <VolumeRoster.h>
|
||||||
|
|
||||||
namespace BPrivate {
|
|
||||||
|
|
||||||
extern status_t FSCopyFolder(BEntry *srcEntry, BDirectory *destDir, CopyLoopControl *loopControl,
|
|
||||||
BPoint *loc, bool makeOriginalName, Undo &undo);
|
|
||||||
} // namespace BPrivate
|
|
||||||
|
|
||||||
using namespace BPrivate;
|
|
||||||
|
|
||||||
extern void SizeAsString(off_t size, char *string);
|
extern void SizeAsString(off_t size, char *string);
|
||||||
|
|
||||||
class SourceVisitor : public BDiskDeviceVisitor
|
class SourceVisitor : public BDiskDeviceVisitor
|
||||||
|
|||||||
@@ -150,6 +150,8 @@ TrackerCopyLoopControl::TrackerCopyLoopControl(thread_id thread)
|
|||||||
#endif
|
#endif
|
||||||
_IMPEXP_TRACKER status_t FSCopyAttributesAndStats(BNode *, BNode *);
|
_IMPEXP_TRACKER status_t FSCopyAttributesAndStats(BNode *, BNode *);
|
||||||
|
|
||||||
|
_IMPEXP_TRACKER status_t FSCopyFolder(BEntry *srcEntry, BDirectory *destDir, CopyLoopControl *loopControl,
|
||||||
|
BPoint *loc, bool makeOriginalName, Undo &undo);
|
||||||
_IMPEXP_TRACKER void FSDuplicate(BObjectList<entry_ref> *srcList, BList *pointList);
|
_IMPEXP_TRACKER void FSDuplicate(BObjectList<entry_ref> *srcList, BList *pointList);
|
||||||
_IMPEXP_TRACKER void FSMoveToFolder(BObjectList<entry_ref> *srcList, BEntry *, uint32 moveMode,
|
_IMPEXP_TRACKER void FSMoveToFolder(BObjectList<entry_ref> *srcList, BEntry *, uint32 moveMode,
|
||||||
BList *pointList = NULL);
|
BList *pointList = NULL);
|
||||||
|
|||||||
@@ -7,6 +7,7 @@
|
|||||||
#ifndef _INSTALLERCOPYLOOPCONTROL_H
|
#ifndef _INSTALLERCOPYLOOPCONTROL_H
|
||||||
#define _INSTALLERCOPYLOOPCONTROL_H
|
#define _INSTALLERCOPYLOOPCONTROL_H
|
||||||
|
|
||||||
|
#include "FSUndoRedo.h"
|
||||||
#include "FSUtils.h"
|
#include "FSUtils.h"
|
||||||
class InstallerWindow;
|
class InstallerWindow;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user