Removed debugging output and comment changes.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2766 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -53,7 +53,6 @@ BDiskDevice::~BDiskDevice()
|
|||||||
void
|
void
|
||||||
BDiskDevice::Unset()
|
BDiskDevice::Unset()
|
||||||
{
|
{
|
||||||
printf("BDiskDevice::Unset()\n");
|
|
||||||
fSessions.MakeEmpty();
|
fSessions.MakeEmpty();
|
||||||
fUniqueID = -1;
|
fUniqueID = -1;
|
||||||
fChangeCounter = 0;
|
fChangeCounter = 0;
|
||||||
|
|||||||
@@ -212,8 +212,8 @@ BDiskDeviceRoster::VisitEachPartition(BDiskDeviceVisitor *visitor,
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Traverse
|
// Traverse
|
||||||
/*! \brief Pre-order traverses the tree of the spanned by the BDiskDevices and
|
/*! \brief Pre-order traverses the trees of the spanned by the BDiskDevices
|
||||||
their subobjects.
|
and their subobjects.
|
||||||
|
|
||||||
The supplied visitor's Visit() is invoked for each device, for each
|
The supplied visitor's Visit() is invoked for each device, for each
|
||||||
session and for each partition.
|
session and for each partition.
|
||||||
|
|||||||
Reference in New Issue
Block a user