haiku/headers/os/support
Stephan Aßmus 39c991c0f3 Added BPositionIO::GetSize() and implemented it by means of Seek() and
Position(). This used up a virtual slot of BPositionIO. GetSize() needed to be
implemented in BFile, which uses the BStatable version as before. This should
hopefully be binary compatible. The only problem could be in source
compatibility when there are classes inheriting from BPositionIO implementing
their own GetSize().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17593 a95241bf-73f2-0310-859d-f6bbb57e9c96
2006-05-26 13:27:53 +00:00
..
Archivable.h
Autolock.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
Beep.h
BlockCache.h Quell a couple gcc3 warnings 2004-01-22 21:59:37 +00:00
BufferIO.h
ByteOrder.h
ClassInfo.h
DataIO.h Added BPositionIO::GetSize() and implemented it by means of Seek() and 2006-05-26 13:27:53 +00:00
Debug.h avoid missing prototype warning 2004-11-22 04:42:09 +00:00
Errors.h Fixed some style issues. Happy recompiling! :-) 2006-04-11 18:50:48 +00:00
Flattenable.h
List.h
Locker.h Merged changes from branch build_system_redesign at revision 14573. 2005-10-29 16:27:43 +00:00
parsedate.h
StopWatch.h
String.h Another patch from Oliver Tappe: BString behaves better when the user supplies out-of bounds values in Insert(), Remove(), etc. 2003-11-13 07:35:16 +00:00
SupportDefs.h Fixed various problems with the latest stdbool.h changes, including stdbool.h itself: 2005-03-26 18:01:40 +00:00
TLS.h
TypeConstants.h * Added B_MINI_ICON_TYPE and B_LARGE_ICON_TYPE to TypeConstants.h. 2006-04-04 01:30:03 +00:00
UTF8.h