No real change. Added and removed debug output. :-)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3651 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b23394f957
commit
f5650b0a07
@ -1,11 +1,17 @@
|
||||
// KDiskSystem.cpp
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "KDiskDeviceManager.h"
|
||||
#include "KDiskDeviceUtils.h"
|
||||
#include "KDiskSystem.h"
|
||||
|
||||
// debugging
|
||||
//#define DBG(x)
|
||||
#define DBG(x) x
|
||||
#define OUT printf
|
||||
|
||||
// constructor
|
||||
KDiskSystem::KDiskSystem(const char *name)
|
||||
: fID(_NextID()),
|
||||
|
Loading…
Reference in New Issue
Block a user