- Timestamp:
- Nov 14, 2010, 5:18:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
osgVisual/include/dataIO/visual_dataIO.h
r157 r158 172 172 173 173 /** 174 * Curent clustermode of the application. Can be MASTER, SLAVE or STANDALONE. 175 */ 176 osgVisual::dataIO_cluster::clustermode clusterMode; 177 178 /** 174 179 * The eventCallback-class is friend to be able to work with all dataIO members without setters/getters. 175 180 */ … … 189 194 190 195 /** 191 * \brief This function returns an pointer to the singleton insta lce of dataIO. If nowinstance exist, it will be instantiated silently.196 * \brief This function returns an pointer to the singleton instance of dataIO. If no instance exist, it will be instantiated silently. 192 197 * 193 198 * After instantiation, dataIO still needs to bei initiialized to configure working mode etc! … … 212 217 int getSlotNum() {return dataSlots.size();} 213 218 214 osgVisual::dataIO_cluster::clustermode clusterMode;215 219 }; 216 220
Note: See TracChangeset
for help on using the changeset viewer.