Ignore:
Timestamp:
05/12/13 05:16:48 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Added a command to save the current situation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/plugin/src/xplra/ServerThread.h

    r45 r81  
    256256    bool handleReloadPlugins();
    257257
     258#ifdef XPLM200
     259    /**
     260     * Handle the COMMAND_SAVE_SITUATION command.
     261     *
     262     * @return true, if we can continue, false if the thread should quit
     263     */
     264    bool handleSaveSituation();
     265#endif
     266
    258267    /**
    259268     * Handle the COMMAND_SHOW_MESSAGE command
Note: See TracChangeset for help on using the changeset viewer.