haiku/src/servers/registrar
Ingo Weinhold 3c0a815896 The registrar now uses BServer instead of BApplication, which makes it
completely independent of the app server.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13316 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-06-28 14:55:57 +00:00
..
AppInfoList.cpp Missing header. 2005-03-03 23:16:35 +00:00
AppInfoList.h
Clipboard.cpp Replace ClipboardTree by Clipboard, a class just representing a clipboard. 2005-01-13 00:45:55 +00:00
Clipboard.h Replace ClipboardTree by Clipboard, a class just representing a clipboard. 2005-01-13 00:45:55 +00:00
ClipboardHandler.cpp Changes due to moving RegistrarDefs stuff into the BPrivate namespace. 2005-01-18 01:14:50 +00:00
ClipboardHandler.h Replace ClipboardTree by Clipboard, a class just representing a clipboard. 2005-01-13 00:45:55 +00:00
Debug.h Reverted my change for the INFORM define. 2005-05-17 08:50:53 +00:00
Event.cpp
Event.h
EventMaskWatcher.cpp
EventMaskWatcher.h
EventQueue.cpp
EventQueue.h
Jamfile Include dir "private/kernel/util" not longer needed, since we already have "private/kernel" and include <util/...>. 2005-02-02 01:20:35 +00:00
MessageDeliverer.cpp DoublyLinkedList lives in the <util/DoublyLinkedList.h>. 2005-02-02 01:16:26 +00:00
MessageDeliverer.h * Added per-port sanity limits. We limit the number and summed size of 2005-01-30 00:54:59 +00:00
MessageEvent.cpp
MessageEvent.h
MessageHandler.cpp An interface for classes being able to handle messages. More lightweight than BHandler. 2003-02-06 23:30:14 +00:00
MessageHandler.h An interface for classes being able to handle messages. More lightweight than BHandler. 2003-02-06 23:30:14 +00:00
MessageRunnerManager.cpp Now we use the MessageDeliverer to send asynchronous messages to other apps. Seems to work when the target port is not full. The other case has not been tested yet. 2005-01-29 17:49:32 +00:00
MessageRunnerManager.h
MessagingService.cpp Added a bit of documentation. 2005-01-31 00:26:30 +00:00
MessagingService.h * Added missing MessagingCommandHandler methods. 2005-01-30 01:17:09 +00:00
MIMEManager.cpp Changes due to moving RegistrarDefs stuff into the BPrivate namespace. 2005-01-18 01:14:50 +00:00
MIMEManager.h
PriorityMessageQueue.cpp A priority message queue. We will use it to handle system notifications faster than client requests. 2003-02-06 23:31:45 +00:00
PriorityMessageQueue.h A priority message queue. We will use it to handle system notifications faster than client requests. 2003-02-06 23:31:45 +00:00
R5Compatibility.cpp File we only compile in for the obos_registrar, the one for testing under R5. Contains dummies for syscalls not existent there. 2005-01-24 01:28:33 +00:00
RecentApps.cpp Fixed warning. 2003-02-11 18:18:29 +00:00
RecentApps.h Added default app flags to Add() so I could be lazy 2002-11-08 08:38:21 +00:00
RecentEntries.cpp Got rid of the Storage Kit's kernel abstraction layer, which was 2004-08-28 20:14:46 +00:00
RecentEntries.h Implemented loading and saving of recent docs, folders, and apps lists 2002-11-08 00:43:58 +00:00
Referenceable.cpp Renamed Referencable to Referenceable (mainly to make Axel happier :-). 2005-01-25 16:10:03 +00:00
Referenceable.h Renamed Referencable to Referenceable (mainly to make Axel happier :-). 2005-01-25 16:10:03 +00:00
Registrar.cpp The registrar now uses BServer instead of BApplication, which makes it 2005-06-28 14:55:57 +00:00
Registrar.h The registrar now uses BServer instead of BApplication, which makes it 2005-06-28 14:55:57 +00:00
registrar.rdef Changed signature. 2005-01-18 01:20:09 +00:00
RosterAppInfo.cpp
RosterAppInfo.h
RosterSettingsCharStream.cpp gcc3 fixes necessary to compile and link the registrar 2004-07-28 16:23:46 +00:00
RosterSettingsCharStream.h Implemented loading and saving of recent docs, folders, and apps lists 2002-11-08 00:43:58 +00:00
TRoster.cpp Now we use the MessageDeliverer to send asynchronous messages to other apps. Seems to work when the target port is not full. The other case has not been tested yet. 2005-01-29 17:49:32 +00:00
TRoster.h Fleshed out any missing pieces of BRoster:: 2002-11-08 08:36:08 +00:00
Watcher.cpp Now we use the MessageDeliverer to send asynchronous messages to other apps. Seems to work when the target port is not full. The other case has not been tested yet. 2005-01-29 17:49:32 +00:00
Watcher.h
WatchingService.cpp gcc3 fixes necessary to compile and link the registrar 2004-07-28 16:23:46 +00:00
WatchingService.h gcc3 fixes necessary to compile and link the registrar 2004-07-28 16:23:46 +00:00