Ignore:
Timestamp:
Jul 24, 2009, 8:53:41 PM (15 years ago)
Author:
Christoph Mayer
Message:

merge from bootstrap branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/misc/OvlVis.cpp

    r3690 r5316  
    5050OvlVis::OvlVis() : socket(io_service), socketOpened(false) {
    5151
     52        if( ! Configuration::haveConfig() ) return;
    5253        if( ! Configuration::instance().exists("DEMO_OvlVisIP") )   return;
    5354        if( ! Configuration::instance().exists("DEMO_OvlVisPort") ) return;
Note: See TracChangeset for help on using the changeset viewer.