Ignore:
Timestamp:
Nov 14, 2010, 6:32:43 PM (13 years ago)
Author:
Torben Dannhauer
Message:

change dataIO configuration from command line to xml File.

Status: in Progress

File:
1 edited

Legend:

Unmodified
Added
Removed
  • osgVisual/include/dataIO/visual_dataIO.h

    r158 r160  
    2222#include <osgViewer/Viewer>
    2323
     24// osgVisual specifiy includes
     25#include <visual_util.h>
     26
    2427// Cluster
    2528#ifdef USE_CLUSTER_ASIO_TCP_IOSTREAM
     
    177180
    178181        /**
     182         * XML config filename
     183         */
     184        std::string configFileName;
     185
     186        /**
    179187         * The eventCallback-class is friend to be able to work with all dataIO members without setters/getters.
    180188         */
Note: See TracChangeset for help on using the changeset viewer.