#ifndef AGDDOWNEDHH #define AGDDOWNEDHH namespace agdd { class Owned { public: virtual ~Owned() {}; }; } // end of agdd namepace #endif