From e4a590c7926b4b9454093f88b2d4d1616b717df2 Mon Sep 17 00:00:00 2001 From: peavey Date: Sun, 11 Oct 2009 23:25:31 +0000 Subject: Less CoreExport.. Too much of a good thing.. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11847 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/protocol.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/protocol.h') 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 parameterlist; +typedef std::vector parameterlist; -class CoreExport ProtoServer +class ProtoServer { public: std::string servername; @@ -31,9 +31,9 @@ class CoreExport ProtoServer unsigned int latencyms; }; -CoreExport typedef std::list ProtoServerList; +typedef std::list ProtoServerList; -class CoreExport ProtocolInterface : public Extensible +class ProtocolInterface : public Extensible { public: ProtocolInterface() { } -- cgit v1.2.3