Changeset 160 for osgVisual/include/dataIO
- Timestamp:
- Nov 14, 2010, 6:32:43 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/dataIO/visual_dataIO.h
r158 r160 22 22 #include <osgViewer/Viewer> 23 23 24 // osgVisual specifiy includes 25 #include <visual_util.h> 26 24 27 // Cluster 25 28 #ifdef USE_CLUSTER_ASIO_TCP_IOSTREAM … … 177 180 178 181 /** 182 * XML config filename 183 */ 184 std::string configFileName; 185 186 /** 179 187 * The eventCallback-class is friend to be able to work with all dataIO members without setters/getters. 180 188 */
Note: See TracChangeset
for help on using the changeset viewer.