#ifndef OPALLINK_H #define OPALLINK_H class OpalLink : public LinkInterface { public: OpalLink(); }; #endif // OPALLINK_H