summaryrefslogtreecommitdiff
path: root/src/protocols/protocolbase.h
blob: fb41dca83284760c795227fcbdaaedf180e120df (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef PROTOCOLBASE_H
#define PROTOCOLBASE_H

class ProtocolBase
{
public:
    ProtocolBase();
};

#endif // PROTOCOLBASE_H