summaryrefslogtreecommitdiff
path: root/include/protocol.h
diff options
context:
space:
mode:
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-11 23:25:31 +0000
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>2009-10-11 23:25:31 +0000
commite4a590c7926b4b9454093f88b2d4d1616b717df2 (patch)
treea4720534e7fe007d99d63cad356230a55511571c /include/protocol.h
parent80c09792394a213f19d1384e61fdf8dfc3fce49a (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.h8
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() { }