Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

DC_SampleRecoveryAction Class Reference

#include <DC_SampleRecoveryAction.h>

Inheritance diagram for DC_SampleRecoveryAction:

RecoveryAction PunctualAction CC_RootObject List of all members.

Detailed Description

Sample application-specific recovery action.

This is a stub class. It provides dummy implementations for some of the virtual methods of its superclass. This class was automatically generated by an XSL program that processes the XML-based target application model. The XSL program searches the searches the application model for all "RecoveryAction" elements which have a "Custom" subelement that indicates that a custom recovery action class must be created. For each such element a class header file is created. The base class of the generated class is assumed to be the class in the "type" attribute of the RecoveryAction element. The information in the application model is used to decide which virtual methods should be overridden.

Todo:
Modify the generator meta-component generateRecoveryAction to generate the code that sets the class identifier and to treat the default attributes in the custom recovery action description.
Author:
Automatically Generated Class
Version:
1.0

Definition at line 35 of file DC_SampleRecoveryAction.h.

Public Member Functions

 DC_SampleRecoveryAction (void)
 Stub constructor that returns without taking any action.

virtual TD_ActionOutcome doRecoveryAction (void)
 This is a stub method that must be completed by the application developer.


Member Function Documentation

TD_ActionOutcome DC_SampleRecoveryAction::doRecoveryAction void   )  [virtual]
 

This is a stub method that must be completed by the application developer.

This stub provides a default implementation that returns ACTION_SUCCESS but does not otherwise take any action.

Returns:
true if the continuation action of this state has terminated, false otherwise

Implements RecoveryAction.

Definition at line 18 of file DC_SampleRecoveryAction.cpp.


The documentation for this class was generated from the following files:
Copyright 2003 P&P Software GmbH - All Rights Reserved