haiku/headers/os/support
Oliver Tappe 915a7b8c24 Make BObjectList<> publically available:
* cleaned up ObjectList.h
* switched several uses of new() to new(std::nothrow)
* moved ugly AsBList() hack into BObjectList<>::Private class and
  adjusted all callers accordingly


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40252 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-01-20 12:09:16 +00:00
..
Archivable.h In BUnarchiver::IsInstantiated(), catch a possible NULL dereference, make archive parameter to BUnarchiver::IsArchiveManaged() const. 2010-07-26 08:02:33 +00:00
Autolock.h * Fixed indentation. 2009-09-30 12:36:21 +00:00
Beep.h
BlockCache.h
BufferIO.h Updated header indentation, no functional change. 2010-08-18 10:38:30 +00:00
ByteOrder.h
ClassInfo.h
DataIO.h Updated indentation and style. 2010-08-18 10:59:56 +00:00
DateTime.h Moved Easter holidays methods to a Holiday class, an hopefully better place. 2011-01-05 18:00:31 +00:00
Debug.h Made _debuggerAssert()'s "message" parameter const. Fixes building with gcc4. 2009-04-30 12:21:20 +00:00
Errors.h Define B_GENERAL_ERROR_BASE to INT_MIN instead of LONG_MIN. On 32 bit 2010-04-07 18:49:04 +00:00
Flattenable.h * Cleanup. 2010-11-29 19:39:13 +00:00
List.h * Code and header indentation cleanup 2009-12-06 12:44:38 +00:00
Locker.h * Cleanup. 2010-04-13 13:36:53 +00:00
ObjectList.h Make BObjectList<> publically available: 2011-01-20 12:09:16 +00:00
StopWatch.h
String.h Fix build error in IMAP client due to incorrect inequality check in one of BString's inlines. Fixes #6439. 2010-08-12 23:32:23 +00:00
SupportDefs.h Introduced types [__haiku_]generic_{addr,size}_t which are wide enough for 2010-06-02 18:22:38 +00:00
TLS.h
TypeConstants.h * BNetworkAddress isn't really BArchivable material, switched to BFlattenable 2010-11-29 20:29:37 +00:00
UTF8.h
parsedate.h