+
+ /*! @function setReadyFlag
+ @abstract Sets the readyFlag variable.
+ @discussion Called by the parent. */
+ void setReadyFlag( bool flag );
+
+ /*! @function getReadyFlag
+ @abstract Returns the readyFlag variable.
+ @discussion Called by the parent. */
+ bool getReadyFlag( void ) const;