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/extLink/dataIO_extLinkDummy.cpp

    r132 r186  
    3232}
    3333
    34 void dataIO_extLinkDummy::init()
     34bool dataIO_extLinkDummy::init(xmlNode* configurationNode)
    3535{
    3636        OSG_NOTIFY( osg::ALWAYS ) << "extLinkDummy init()" << std::endl;
     37        return true;
     38}
     39
     40bool dataIO_extLinkDummy::processXMLConfiguration(xmlNode* extLinkConfig_)
     41{
     42        OSG_NOTIFY( osg::ALWAYS ) << "extLinkDummy processXMLConfiguration()" << std::endl;
     43        return true;
    3744}
    3845
Note: See TracChangeset for help on using the changeset viewer.