summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-11 22:32:06 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-11 22:32:06 +0000
commit80c09792394a213f19d1384e61fdf8dfc3fce49a (patch)
treed5da0e96dddddaf3be7cd49ba35362edc565e828 /include/protocol.h
parentf1a2b6b4780e9ec517a94280e1980647f2a7d94d (diff)
More CoreExport, brought the errors down, but some still persist.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11846 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include/protocol.h')
-rw-r--r--include/protocol.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/protocol.h b/include/protocol.h
index a3afe9fb3..c6db5155e 100644
--- a/include/protocol.h
+++ b/include/protocol.h
@@ -18,9 +18,9 @@
class User;
-typedef std::vector<std::string> parameterlist;
+CoreExport typedef std::vector<std::string> parameterlist;
-class ProtoServer
+class CoreExport ProtoServer
{
public:
std::string servername;
@@ -31,9 +31,9 @@ class ProtoServer
unsigned int latencyms;
};
-typedef std::list<ProtoServer> ProtoServerList;
+CoreExport typedef std::list<ProtoServer> ProtoServerList;
-class ProtocolInterface : public Extensible
+class CoreExport ProtocolInterface : public Extensible
{
public:
ProtocolInterface() { }