[Orxonox-commit 312] r2941 - branches/netp2/src/network

rgrieder at orxonox.net rgrieder at orxonox.net
Wed Apr 29 20:07:43 CEST 2009


Author: rgrieder
Date: 2009-04-29 20:07:43 +0200 (Wed, 29 Apr 2009)
New Revision: 2941

Modified:
   branches/netp2/src/network/NetworkFunction.h
Log:
Small mvsc build fix.

Modified: branches/netp2/src/network/NetworkFunction.h
===================================================================
--- branches/netp2/src/network/NetworkFunction.h	2009-04-29 17:05:51 UTC (rev 2940)
+++ branches/netp2/src/network/NetworkFunction.h	2009-04-29 18:07:43 UTC (rev 2941)
@@ -113,7 +113,7 @@
 };
 
 
-class NetworkMemberFunctionBase: public NetworkFunctionBase {
+class _NetworkExport NetworkMemberFunctionBase: public NetworkFunctionBase {
   public:
     NetworkMemberFunctionBase(std::string name, const NetworkFunctionPointer& p);
     ~NetworkMemberFunctionBase();




More information about the Orxonox-commit mailing list