Changeset 158


Ignore:
Timestamp:
Nov 14, 2010, 5:18:39 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

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

    r157 r158  
    172172
    173173        /**
     174         * Curent clustermode of the application. Can be MASTER, SLAVE or STANDALONE.
     175         */
     176        osgVisual::dataIO_cluster::clustermode clusterMode;
     177
     178        /**
    174179         * The eventCallback-class is friend to be able to work with all dataIO members without setters/getters.
    175180         */
     
    189194
    190195        /**
    191          * \brief This function returns an pointer to the singleton instalce of dataIO. If now instance 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.
    192197         *
    193198         * After instantiation, dataIO still needs to bei initiialized to configure working mode etc!
     
    212217        int getSlotNum() {return dataSlots.size();}
    213218
    214         osgVisual::dataIO_cluster::clustermode clusterMode;
    215219};
    216220
Note: See TracChangeset for help on using the changeset viewer.