Changes between Version 4 and Version 5 of Documentation/Configuration


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Configuration

    v4 v5  
    3838}}}
    3939
     40The !PingPong sample uses the following to read the {{{endpoint}}} and {{{bootstrap.hints}}} from the configuration file:
     41{{{
     42if (config.exists("ariba.endpoints"))
     43  ariba->setProperty("endpoints", config.read<string>("ariba.endpoints"));
     44if (config.exists("ariba.bootstrap.hints"))
     45  ariba->setProperty("bootstrap.hints", config.read<string>("ariba.bootstrap.hints"));
     46}}}
    4047
    4148== Endpoint format ==