#ifndef AGDDPOSCONTAINERHH #define AGDDPOSCONTAINERHH #include "agddPos.hh" #include "ExpatInterface/Element.h" namespace agdd { class PosContainer { public: virtual xml::Element * posElementsGoHere() = 0; virtual Section * defaultSection() = 0; //~PosContainer() {}; }; }; #endif