From 7a5ee334ba656627e19853a5b218bbc810fbcd0b Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 20 Feb 2003 00:24:36 +0000 Subject: [PATCH] Removed debugging output and comment changes. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2766 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/storage/DiskDevice.cpp | 1 - src/kits/storage/DiskDeviceRoster.cpp | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/kits/storage/DiskDevice.cpp b/src/kits/storage/DiskDevice.cpp index fb246f2347..af6ce1135f 100644 --- a/src/kits/storage/DiskDevice.cpp +++ b/src/kits/storage/DiskDevice.cpp @@ -53,7 +53,6 @@ BDiskDevice::~BDiskDevice() void BDiskDevice::Unset() { -printf("BDiskDevice::Unset()\n"); fSessions.MakeEmpty(); fUniqueID = -1; fChangeCounter = 0; diff --git a/src/kits/storage/DiskDeviceRoster.cpp b/src/kits/storage/DiskDeviceRoster.cpp index 7477cc6ca7..c75f72a7e8 100644 --- a/src/kits/storage/DiskDeviceRoster.cpp +++ b/src/kits/storage/DiskDeviceRoster.cpp @@ -212,8 +212,8 @@ BDiskDeviceRoster::VisitEachPartition(BDiskDeviceVisitor *visitor, } // Traverse -/*! \brief Pre-order traverses the tree of the spanned by the BDiskDevices and - their subobjects. +/*! \brief Pre-order traverses the trees of the spanned by the BDiskDevices + and their subobjects. The supplied visitor's Visit() is invoked for each device, for each session and for each partition.