Searched refs:shuttingDown (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/registrar/
H A DTRoster.h73 void SetShuttingDown(bool shuttingDown);
H A DTRoster.cpp1376 After this method is called with \a shuttingDown == \c true, no more
1379 \param shuttingDown \c true, to indicate the start of the shutdown process,
1383 TRoster::SetShuttingDown(bool shuttingDown) argument
1387 fShuttingDown = shuttingDown;
1389 if (shuttingDown)

Completed in 44 milliseconds