Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7440 in orxonox.OLD for trunk/src/util


Ignore:
Timestamp:
Apr 29, 2006, 2:56:52 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged the Signal-Handler-Branche back to the TRUNK

Location:
trunk/src/util
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/util/Makefile.am

    r7391 r7440  
    1212                        multiplayer_team_deathmatch.cc \
    1313                        singleplayer_shootemup.cc \
     14                        signal_handler.cc \
    1415                        \
    1516                        animation/animation3d.cc \
     
    3031                        multiplayer_team_deathmatch.h \
    3132                        singleplayer_shootemup.h \
     33                        signal_handler.h \
    3234                        \
    3335                        animation/animation3d.h \
  • trunk/src/util/signal_handler.h

    r7439 r7440  
    5757class SignalHandler
    5858{
     59 public:
    5960  inline static SignalHandler* getInstance() {};
    6061  void doCatch( std::string appName, GdbRunType type = GDB_RUN_WRITE_TO_FILE ) {};
Note: See TracChangeset for help on using the changeset viewer.