Changes between Version 5 and Version 6 of Documentation/Configuration


Ignore:
Timestamp:
Feb 4, 2010, 5:04:41 PM (14 years ago)
Author:
Christoph Mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Configuration

    v5 v6  
    1616If you want to read information from a settings file, you can use the built-in {{{Configuration}}} class. To define the filename, use the
    1717{{{
     18#!c++
    1819StartupWrapper::initConfig( config );
    1920}}}