Files
haiku-beta6/headers/os/storage/StorageDefs.Private.h
T

22 lines
520 B
C++
Raw Normal View History

2002-07-09 12:24:59 +00:00
//----------------------------------------------------------------------
// This software is part of the OpenBeOS distribution and is covered
// by the OpenBeOS license.
//---------------------------------------------------------------------
/*!
\file StorageDefs.Private.h
Private Storage Kit declarations needed in public headers.
*/
2002-08-12 07:24:02 +00:00
#ifndef _DEF_STORAGE_PRIVATE_H
#define _DEF_STORAGE_PRIVATE_H
2002-07-09 12:24:59 +00:00
namespace BPrivate {
namespace Storage {
typedef int FileDescriptor;
};
2002-07-09 12:24:59 +00:00
};
2002-08-12 07:24:02 +00:00
#endif // _DEF_STORAGE_PRIVATE_H