Changeset 50496 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- Feb 18, 2014 2:57:57 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/VBoxClient.h
r50431 r50496 38 38 /** Run the service main loop */ 39 39 virtual int run(bool fDaemonised = false) = 0; 40 /** @todo Note one of these will be called at start-up. */41 40 /** Pause the service loop. This must be safe to call on a different thread 42 41 * and potentially before @a run is or after it exits.
Note:
See TracChangeset
for help on using the changeset viewer.