haiku/headers/private/shared
Axel Dörfler cb7ce9a32f * Renamed DescriptorCloser to FileDescriptorCloser as suggested by Ingo.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37995 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-08-09 21:23:05 +00:00
..
AboutWindow.h Made some char* params const to fix a GCC4 warning in ShowImage (the only 2009-08-13 07:30:48 +00:00
AutoDeleter.h * Renamed DescriptorCloser to FileDescriptorCloser as suggested by Ingo. 2010-08-09 21:23:05 +00:00
AutoLocker.h
binary-utils.h gcc4 build fix. 2009-10-24 01:26:14 +00:00
CalendarView.h
ColorQuantizer.h
CommandPipe.h Make the base class destructor of BCommandPipe::LineReader virtual, since 2009-09-06 09:53:28 +00:00
cpu_type.h * revert previous commit 2010-04-18 00:27:00 +00:00
DragTrackingFilter.h
EntryFilter.h
ExpressionParser.h
FunctionTracer.h
HashMap.h Patch by kaliber to fix some compiling errors with clang. Removed the #include <iostream> part, but otherwise not modified. 2010-07-17 10:33:24 +00:00
HashSet.h Added HashSet class based on the (OpenTracker) OpenHashTable code. This is 2010-01-14 21:49:16 +00:00
HashString.h
Keymap.h * The Keymap::IsDeadKey() of the Keymap preferences which was the main source 2010-04-21 16:36:54 +00:00
locks.h * Private libroot locking primitives: 2010-04-15 21:52:49 +00:00
ObjectList.h Added boolean deleteIfOwning parameter to MakeEmpty(). 2009-12-12 18:17:15 +00:00
OpenHashTable.h Part of patch by kaliber: Fixed OpenHashElementArray<Element>::Add( 2010-05-23 12:41:15 +00:00
OpenWithTracker.h Explicitly allow not giving a relative path. 2009-09-24 21:35:10 +00:00
pci-utils.h
Referenceable.h Add conversion operator to the BReference class. 2010-07-26 19:18:56 +00:00
RWLockManager.h
SHA256.h Moved SHA256 code to libshared.a. 2010-06-23 17:47:07 +00:00
ShakeTrackingFilter.h * A mouse shake detecting BMessageFilter that's easily integrated in any app. 2009-08-22 13:43:21 +00:00
StringForSize.h * Moved the duplicate "string_for_size()" implementations into libshared.a. 2010-03-23 16:49:49 +00:00
syscall_utils.h
TrackerAddOnAppLaunch.h Check return value also for B_ALREADY_RUNNING, or else we launch the add-on twice. 2009-09-09 01:29:45 +00:00
usb-utils.h
Variant.h Added methods AddToMessage() and SetFromMessage() to add the value of the 2009-11-05 17:24:58 +00:00
WeakReferenceable.h