Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 4, 2015, 10:25:42 PM (9 years ago)
Author:
landauf
Message:

replace 'NULL' by 'nullptr'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v2/src/libraries/network/Server.cc

    r10622 r10765  
    244244  {
    245245//     ClientInformation *temp = ClientInformation::getBegin();
    246 //     if( temp == NULL )
     246//     if( temp == nullptr )
    247247      //no client connected
    248248    if( this->clientIDs_.size()==0 )
     
    255255    }
    256256//     orxout(verbose, context::network) << "sending DeleteObjects" << endl;
    257 //     while(temp != NULL){
     257//     while(temp != nullptr){
    258258//       if( !(temp->getSynched()) )
    259259//       {
Note: See TracChangeset for help on using the changeset viewer.