* Fixed BDirectory::SetTo(BDirectory*, path) constructor in case the target

directory was "this".
* Fixed storage_support.h header - didn't include all needed headers.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17288 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-05-01 16:55:46 +00:00
parent 9991d2b1ac
commit 3e54c13abc
2 changed files with 55 additions and 50 deletions
+13 -6
View File
@@ -1,19 +1,26 @@
//----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license.
//---------------------------------------------------------------------
/*
* Copyright 2002-2006, Haiku Inc.
* Distributed under the terms of the MIT License.
*
* Authors:
* Tyler Dauwalder
*/
#ifndef _STORAGE_SUPPORT_H
#define _STORAGE_SUPPORT_H
/*!
\file storage_support.h
Interface declarations for miscellaneous internal
Storage Kit support functions.
*/
#ifndef _STORAGE_SUPPORT_H
#define _STORAGE_SUPPORT_H
#include <StorageDefs.h>
#include <SupportDefs.h>
#include <dirent.h>
#include <string>
namespace BPrivate {
namespace Storage {