Searched refs:TRoster (Results 1 - 8 of 8) sorted by last modified time

/haiku/src/servers/registrar/
H A DRecentEntries.h41 class TRoster;
68 friend class TRoster;
H A DRecentApps.h40 class TRoster;
61 friend class TRoster;
H A DShutdownProcess.cpp49 #include "TRoster.h"
644 ShutdownProcess::ShutdownProcess(TRoster* roster, EventQueue* eventQueue)
1380 // tell TRoster not to accept new applications anymore
H A DRegistrar.h42 class TRoster;
63 TRoster *fRoster;
H A DShutdownProcess.h22 class TRoster;
29 ShutdownProcess(TRoster* roster,
105 TRoster* fRoster;
H A DTRoster.h32 class TRoster { class
34 TRoster();
35 virtual ~TRoster();
H A DTRoster.cpp7 /*! TRoster is the incarnation of The Roster. It manages the running
12 #include "TRoster.h"
48 /*! \class TRoster
126 TRoster::TRoster() function in class:TRoster
148 TRoster::~TRoster()
157 TRoster::HandleAddApplication(BMessage* request)
308 TRoster::HandleCompleteRegistration(BMessage* request)
372 TRoster
[all...]
H A DRegistrar.cpp36 #include "TRoster.h"
145 fRoster = new TRoster;

Completed in 40 milliseconds