Changes between Version 7 and Version 8 of Documentation/Configuration


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Configuration

    v7 v8  
    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#!cpp
    1919StartupWrapper::initConfig( config );
    2020}}}