ifc_article.h 193 B

123456789101112131415
  1. #ifndef NULLSOFT_ML_WIRE_IFC_ARTICLE_H
  2. #define NULLSOFT_ML_WIRE_IFC_ARTICLE_H
  3. #include <bfc/dispatch.h>
  4. class ifc_article
  5. {
  6. protected:
  7. ifc_article() {}
  8. ~ifc_article() {}
  9. public:
  10. };
  11. #endif