Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2015, 1:37:50 PM (9 years ago)
Author:
landauf
Message:

moved static maps from NetworkFunctionStatic and NetworkMemberFunctionBase to NetworkFunctionManager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/network/NetworkFunctionIncludes.h

    r10465 r10471  
    3636
    3737#include "NetworkFunction.h"
     38#include "NetworkFunctionManager.h"
    3839
    3940namespace orxonox
     
    5051            NetworkFunctionPointer p1; \
    5152            copyPtr( functionPointer, p1 ); \
    52             FunctionCallManager::addCallStatic(NetworkFunctionStatic::getFunction(p1)->getNetworkID(), __VA_ARGS__); \
     53            FunctionCallManager::addCallStatic(NetworkFunctionManager::getFunction(p1)->getNetworkID(), __VA_ARGS__); \
    5354        }
    5455
     
    5859            NetworkFunctionPointer p1; \
    5960            copyPtr( &class::function, p1 ); \
    60             FunctionCallManager::addCallMember(NetworkMemberFunctionBase::getFunction(p1)->getNetworkID(), objectID, __VA_ARGS__); \
     61            FunctionCallManager::addCallMember(NetworkFunctionManager::getFunction(p1)->getNetworkID(), objectID, __VA_ARGS__); \
    6162        }
    6263
Note: See TracChangeset for help on using the changeset viewer.