Removed unnecessary definition. Added debug macros.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10954 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f89474914e
commit
78b31a7c44
@ -52,10 +52,10 @@ enum {
|
|||||||
B_VERSION_INFO_TYPE = 'APPV',
|
B_VERSION_INFO_TYPE = 'APPV',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// debugging
|
||||||
enum {
|
//#define DBG(x) x
|
||||||
NOT_IMPLEMENTED = B_ERROR,
|
#define DBG(x)
|
||||||
};
|
#define OUT printf
|
||||||
|
|
||||||
// constructor
|
// constructor
|
||||||
/*! \brief Creates an uninitialized BAppFileInfo object.
|
/*! \brief Creates an uninitialized BAppFileInfo object.
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
#include <Resources.h>
|
#include <Resources.h>
|
||||||
|
|
||||||
#include <new>
|
#include <new>
|
||||||
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "ResourceFile.h"
|
#include "ResourceFile.h"
|
||||||
@ -27,9 +28,10 @@
|
|||||||
using namespace BPrivate::Storage;
|
using namespace BPrivate::Storage;
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
enum {
|
// debugging
|
||||||
NOT_IMPLEMENTED = B_ERROR,
|
//#define DBG(x) x
|
||||||
};
|
#define DBG(x)
|
||||||
|
#define OUT printf
|
||||||
|
|
||||||
// constructor
|
// constructor
|
||||||
/*! \brief Creates an unitialized BResources object.
|
/*! \brief Creates an unitialized BResources object.
|
||||||
|
Loading…
Reference in New Issue
Block a user