Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5239 in orxonox.OLD for trunk/src/lib/event


Ignore:
Timestamp:
Sep 24, 2005, 11:13:32 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: compile-performance-stuff

Location:
trunk/src/lib/event
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/event/event.cc

    r4836 r5239  
    1 /* 
     1/*
    22   orxonox - the future of 3D-vertical-scrollers
    33
     
    2424 *  standard constructor
    2525*/
    26 Event::Event () 
     26Event::Event ()
    2727{
    28    this->setClassID(CL_EVENT, "Event");
     28//   this->setClassID(CL_EVENT, "Event");
    2929
    3030}
    31 
    32 
    33 /**
    34  *  standard deconstructor
    35 
    36 */
    37 Event::~Event ()
    38 {
    39   // delete what has to be deleted here
    40 }
  • trunk/src/lib/event/event.h

    r5143 r5239  
    1010
    1111
    12 #include "base_object.h"
     12//#include "base_object.h"
    1313#include "sdlincl.h"
    1414
    1515//! An abstract event class
    16 class Event : virtual public BaseObject {
     16class Event {
    1717
    1818 public:
    1919  Event();
    20   virtual ~Event();
    21 
    2220
    2321  int      offset;                      //!< offset in the event type array
  • trunk/src/lib/event/event_listener.h

    r5143 r5239  
    11/*!
    22 * @file event_listener.h
    3   *  Definition of an event listener base class
    4 
     3 *  Definition of an event listener base class
    54*/
    65
Note: See TracChangeset for help on using the changeset viewer.