This website requires JavaScript.
Explore
Register
Sign In
i2p
/
haiku-beta6
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
c277ab01e6bb0591059753bd3a99d6c43d60cc8d
haiku-beta6
/
headers
/
private
/
kernel
/
disk_device_manager
T
History
Ingo Weinhold
c277ab01e6
Make the compiler happy. Shadowing super class methods with different signature is a very annoying C++ feature.
...
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11069 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-01-26 14:57:35 +00:00
..
ddm_modules.h
…
ddm_userland_interface.h
Made C-safe. Now no longer declares the syscall prototypes, but the prototypes for the respective _user_*() functions.
2004-10-29 01:33:59 +00:00
disk_device_manager.h
The status field is no system field; it has to be set by the disk system
2004-11-08 11:29:12 +00:00
KDiskDevice.h
Make the compiler happy. Shadowing super class methods with different signature is a very annoying C++ feature.
2005-01-26 14:57:35 +00:00
KDiskDeviceJob.h
…
KDiskDeviceJobFactory.h
…
KDiskDeviceJobQueue.h
…
KDiskDeviceManager.h
Re-added support for file devices.
2004-10-28 22:18:20 +00:00
KDiskDeviceUtils.h
Added Unlock() (an nicer sounding alias for Unset()) and Detach() (the lock is kept when the object is destroyed) to AutoLocker.
2004-10-27 21:54:12 +00:00
KDiskSystem.h
…
KFileDiskDevice.h
* Reworked publishing/unpublishing of the device. This is now basically
2004-10-28 22:22:04 +00:00
KFileSystem.h
…
KPartition.h
KPartition::GetPath() now uses the new KPath class, which makes it more convenient to use.
2004-10-27 21:48:47 +00:00
KPartitioningSystem.h
…
KPartitionListener.h
…
KPartitionVisitor.h
…
KPhysicalPartition.h
…
KShadowPartition.h
…
RWLocker.h
Moved to headers/private/kernel/disk_device_manager, since it is included by KDiskDevice.h.
2004-10-27 21:38:01 +00:00