#ifndef IVDECISION_H #define IVDECISION_H namespace iv { class ivdecision { public: ivdecision(); }; } #endif // IVDECISION_H