Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 28, 2008, 8:45:31 PM (16 years ago)
Author:
rgrieder
Message:
  • clean up in OrxonoxPlatform.h
  • that's it
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/core/Exception.h

    r1645 r1652  
    5353            FileNotFound,
    5454            PluginsNotFound,
     55            InitialisationFailed,
    5556            NotImplemented
    5657        };
     
    114115            case Exception::PluginsNotFound:
    115116                return "PluginsNotFound";
     117            case Exception::InitialisationFailed:
     118                return "InitialisationFailed";
    116119            case Exception::NotImplemented:
    117120                return "NotImplemented";
     
    125128    typedef SpecificException<Exception::FileNotFound> FileNotFoundException;
    126129    typedef SpecificException<Exception::PluginsNotFound> PluginsNotFoundException;
     130    typedef SpecificException<Exception::InitialisationFailed> InitialisationFailedException;
    127131    typedef SpecificException<Exception::NotImplemented> NotImplementedException;
    128132
Note: See TracChangeset for help on using the changeset viewer.