Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 7, 2008, 4:33:09 PM (16 years ago)
Author:
scheusso
Message:

another fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/network/packet/Welcome.cc

    r1713 r1732  
    3232#include "Welcome.h"
    3333#include "network/Host.h"
     34#include "core/CoreIncludes.h"
    3435#include <assert.h>
    3536
     
    7778  Host::setClientID(clientID);
    7879  Host::setShipID(shipID);
     80  COUT(3) << "Welcome set clientId: " << clientID << " shipID: " << shipID << std::endl;
    7981  delete this;
    8082  return true;
Note: See TracChangeset for help on using the changeset viewer.