Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 4, 2006, 11:54:30 PM (18 years ago)
Author:
bensch
Message:

orxonox: now it is gcc-4.1.1 conform

strangely before this, it was possible to compare and set std::list::iterators to NULL values.
also it now is not allowed to use
void ClassName::functionName(); inside of the header… quite nice feature, and i think compiling is faster too :)

Gentoo Rocks
GCC rocks also with nptl :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/network/network_game_manager.h

    r9715 r9722  
    3737    virtual ~NetworkGameManager();
    3838
    39     static NetworkGameManager* NetworkGameManager::getInstance()
     39    static NetworkGameManager* getInstance()
    4040    { if (!NetworkGameManager::singletonRef) NetworkGameManager::singletonRef = new NetworkGameManager(); return NetworkGameManager::singletonRef; }
    4141
Note: See TracChangeset for help on using the changeset viewer.