Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 22, 2007, 10:15:06 PM (16 years ago)
Author:
rgrieder
Message:
  • deleted obsolete classes: BaseEntity, Entity, Light and SceneNode (please complain if not agreed)
  • improved include guard naming consistency
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/Orxonox.cc

    r672 r673  
    4949#include <string>
    5050#include <iostream>
     51#include <exception>
    5152
    5253//***** ORXONOX ****
     
    283284      COUT(3) << "Info: network framelistener added" << std::endl;
    284285    }
    285     catch(exception &e)
     286    catch(std::exception &e)
    286287    {
    287288      COUT(1) << "Error: There was a problem initialising the server :(" << std::endl;
Note: See TracChangeset for help on using the changeset viewer.