haiku/headers/os/storage
Ingo Weinhold 42c9b01aa6 * {BEntry,BNode}::GetStat() were still passing the BeOS struct stat size to
the syscall. Anything beyond st_mtim was therefore not filled in. Fixes
  the incorrectly shown creation times in Tracker.
* The BStatable::GetStat() solution was not sufficient yet. We still have to
  provide the old GetStat() symbol for BNode and BEntry, since those could be
  used by old applications/libraries. We also still have to implement the old
  GetStat() slots in the derived classes, but don't need to implement it in
  the base class (was purely virtual before and is private now).
* The old BStatable::_OhSoStatable1() slot function was not implemented
  correctly. Calling the virtual function at the vtable slot obviously results
  in an infinite recursion. The correct implementation would make use of the
  Perform() method, but Be didn't provide one for BStatable, so we have to use
  the old GetStat() method. Fixed #3960.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30851 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-05-25 14:03:38 +00:00
..
AppFileInfo.h Added a way to remove the application flags from the BAppFileInfo. The 2009-03-21 21:16:23 +00:00
Directory.h * Made our struct stat POSIX compliant again -- the time_t fields have been 2009-05-22 15:15:16 +00:00
DiskDeviceDefs.h * Added a flag B_DISK_SYSTEM_SUPPORTS_WRITING to determine whether or not a 2008-10-13 22:32:27 +00:00
Entry.h * {BEntry,BNode}::GetStat() were still passing the BeOS struct stat size to 2009-05-25 14:03:38 +00:00
EntryList.h + Changed StorageKit namespace to BPrivate::Storage 2002-08-12 08:42:01 +00:00
File.h * include StorageDefs.h for convenience, otherwise stuff like B_READ_ONLY 2008-01-20 14:44:02 +00:00
FilePanel.h * Made our struct stat POSIX compliant again -- the time_t fields have been 2009-05-22 15:15:16 +00:00
FindDirectory.h * Changed directory structure as suggested on the mailing list. 2009-04-03 09:02:44 +00:00
Mime.h Patch by Scott: 2008-11-10 23:50:42 +00:00
MimeType.h Somehow the vector icon version of GetIconForType() was missing. 2006-11-15 17:37:26 +00:00
Node.h * {BEntry,BNode}::GetStat() were still passing the BeOS struct stat size to 2009-05-25 14:03:38 +00:00
NodeInfo.h * added new icon specific verions of GetIcon and SetIcon 2006-11-16 00:12:15 +00:00
NodeMonitor.h * Added B_WATCH_INTERIM_STAT, and B_STAT_INTERIM_UPDATE definitions to 2008-02-25 13:54:30 +00:00
Path.h * Flatten() would create an invalid entry ref if the path did not exist, or the 2009-05-18 09:09:23 +00:00
Query.h Got rid of the Storage Kit's kernel abstraction layer, which was 2004-08-28 20:14:46 +00:00
Resources.h Added a few more constructors and initialization methods. Among them two 2006-02-01 00:15:01 +00:00
ResourceStrings.h Renamed the private virtual slots back to their original (R5) names. We would break binary compatibility otherwise, or at least had to do some additional work to maintain nevertheless. 2003-02-11 18:17:25 +00:00
Statable.h * {BEntry,BNode}::GetStat() were still passing the BeOS struct stat size to 2009-05-25 14:03:38 +00:00
StorageDefs.h * BEntry::GetStat() and BNode::GetStat() used sizeof(struct stat) for the kernel 2006-06-21 13:49:16 +00:00
SymLink.h * Rewrote BeBuild.h which had "a few" consequences (got rid of all those class 2007-10-15 20:13:55 +00:00
Volume.h * Added two new ways to retrieve an icon from a device: 2008-08-17 11:27:07 +00:00
VolumeRoster.h Renamed the private virtual slots back to their original (R5) names. We would break binary compatibility otherwise, or at least had to do some additional work to maintain nevertheless. 2003-02-11 18:17:25 +00:00