Ignore:
Timestamp:
Jan 8, 2011, 8:13:43 PM (13 years ago)
Author:
Torben Dannhauer
Message:

XML configuration now works also with dataIO extLink

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/trunk/src/cluster/dataIO_clusterDummy.cpp

    r183 r186  
    3232{
    3333        sendContainer = sendContainer_;
    34         OSG_NOTIFY( osg::ALWAYS ) << "clusterDummy init();" << std::endl;
     34        OSG_NOTIFY( osg::ALWAYS ) << "clusterDummy init()" << std::endl;
    3535        return true;
    3636}
     
    3838bool dataIO_clusterDummy::processXMLConfiguration(xmlNode* clusterConfig_)
    3939{
    40         OSG_NOTIFY( osg::ALWAYS ) << "clusterDummy processXMLConfiguration();" << std::endl;
     40        OSG_NOTIFY( osg::ALWAYS ) << "clusterDummy processXMLConfiguration()" << std::endl;
    4141        return true;
    4242}
Note: See TracChangeset for help on using the changeset viewer.