#ifndef IMPLIX_H #define IMPLIX_H namespace smo { namespace implix { class Implix { public: Implix() = default; ~Implix() = default; }; } // namespace implix } // namespace smo #endif // IMPLIX_H