diff options
Diffstat (limited to 'project2/noOutputExecute.h')
-rw-r--r-- | project2/noOutputExecute.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/project2/noOutputExecute.h b/project2/noOutputExecute.h index f47c118..0e84fd1 100644 --- a/project2/noOutputExecute.h +++ b/project2/noOutputExecute.h @@ -3,12 +3,10 @@ #include "sourceObject.h" -class ApplicationEngine; -class PerRowValues; - class NoOutputExecute; typedef boost::intrusive_ptr<NoOutputExecute> NoOutputExecutePtr; +/// Base class for Project2 compoments that perform actions, but product no output class NoOutputExecute : public virtual SourceObject { public: NoOutputExecute(const xmlpp::Element * p); |