#ifndef NULLSOFT_ML_WIRE_IFC_ARTICLE_H #define NULLSOFT_ML_WIRE_IFC_ARTICLE_H #include class ifc_article { protected: ifc_article() {} ~ifc_article() {} public: }; #endif