Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 25, 2015, 12:13:27 PM (9 years ago)
Author:
landauf
Message:

moved static content of NetworkFunctionBase to NetworkFunctionManager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/network/packet/FunctionIDs.cc

    r9667 r10468  
    3737#include "core/object/ObjectList.h"
    3838#include "network/NetworkFunction.h"
     39#include "network/NetworkFunctionManager.h"
    3940
    4041namespace orxonox {
     
    138139    functionname = temp+2*sizeof(uint32_t);
    139140    orxout(internal_info, context::packets) << "processing functionid: " << networkID << " name: " << functionname << endl;
    140     NetworkFunctionBase::setNetworkID((const char*)functionname, networkID);
     141    NetworkFunctionManager::setNetworkID((const char*)functionname, networkID);
    141142    temp += 2*sizeof(uint32_t) + stringsize;
    142143  }
Note: See TracChangeset for help on using the changeset viewer.