2002-07-09 16:24:59 +04: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.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __sk_def_storage_private_h__
|
|
|
|
#define __sk_def_storage_private_h__
|
|
|
|
|
|
|
|
namespace StorageKit {
|
|
|
|
typedef int FileDescriptor;
|
|
|
|
};
|
|
|
|
|
2002-07-31 18:32:50 +04:00
|
|
|
#endif // __sk_def_storage_private_h__
|