diff options
Diffstat (limited to 'project2/noOutputExecute.h')
-rw-r--r-- | project2/noOutputExecute.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project2/noOutputExecute.h b/project2/noOutputExecute.h index 9c476eb..4795ae6 100644 --- a/project2/noOutputExecute.h +++ b/project2/noOutputExecute.h @@ -2,13 +2,14 @@ #define NOOUTPUTEXECUTE_H #include "sourceObject.h" +#include "xmlObjectLoader.h" class ApplicationEngine; class PerRowValues; class NoOutputExecute; typedef boost::intrusive_ptr<NoOutputExecute> NoOutputExecutePtr; -typedef std::map<unsigned int, NoOutputExecutePtr> NoOutputExecutes; +typedef Storage<NoOutputExecute>::Objects NoOutputExecutes; class NoOutputExecute : public virtual SourceObject { public: |