INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
orcaice::Activator Class ReferenceA 'fire-and-forget' component activator. More...
Detailed DescriptionA 'fire-and-forget' component activator. This thing will keep trying to activate the component until either: (a) it succeeds (in which case it self-destructs), or (b) the component shuts down. In place of 'activate()' (which may fail), use the activator like so in the component's start() function: //! orcaice::Activator *activator = new orcaice::Activator( context() ); //! activator->start(); //! //! ... (now forget about it) ... //! //! The documentation for this class was generated from the following files:
|
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)