Changes between Version 6 and Version 7 of Documentation/Configuration


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Configuration

    v6 v7  
    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++
     18#!C++
    1919StartupWrapper::initConfig( config );
    2020}}}