Skip to content
OpalLink.h 128 B
Newer Older
#ifndef OPALLINK_H
#define OPALLINK_H

class OpalLink : public LinkInterface
{
public:
    OpalLink();
};

#endif // OPALLINK_H