Commit 136a0a08 authored by Bryan Godbolt's avatar Bryan Godbolt

Added source files for OpalLink class

parent 01c9ff0e
#include "OpalLink.h"
OpalLink::OpalLink()
{
}
#ifndef OPALLINK_H
#define OPALLINK_H
class OpalLink : public LinkInterface
{
public:
OpalLink();
};
#endif // OPALLINK_H
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment