diff options
Diffstat (limited to 'include/protocol.h')
-rw-r--r-- | include/protocol.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/protocol.h b/include/protocol.h index c6db5155e..a3afe9fb3 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -18,9 +18,9 @@ class User; -CoreExport typedef std::vector<std::string> parameterlist; +typedef std::vector<std::string> parameterlist; -class CoreExport ProtoServer +class ProtoServer { public: std::string servername; @@ -31,9 +31,9 @@ class CoreExport ProtoServer unsigned int latencyms; }; -CoreExport typedef std::list<ProtoServer> ProtoServerList; +typedef std::list<ProtoServer> ProtoServerList; -class CoreExport ProtocolInterface : public Extensible +class ProtocolInterface : public Extensible { public: ProtocolInterface() { } |