diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-11 23:25:31 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-11 23:25:31 +0000 |
commit | e4a590c7926b4b9454093f88b2d4d1616b717df2 (patch) | |
tree | a4720534e7fe007d99d63cad356230a55511571c /include/protocol.h | |
parent | 80c09792394a213f19d1384e61fdf8dfc3fce49a (diff) |
Less CoreExport.. Too much of a good thing..
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11847 e03df62e-2008-0410-955e-edbf42e46eb7
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() { } |