QTfrontend/util/SDLInteraction.h
changeset 6930 d187ea93fc4f
parent 6700 e04da46ee43c
child 6952 7f70f37bbf08
equal deleted inserted replaced
6929:c305d31642ac 6930:d187ea93fc4f
    41     private:
    41     private:
    42         /**
    42         /**
    43          * @brief Class constructor of the <i>singleton</i>.
    43          * @brief Class constructor of the <i>singleton</i>.
    44          *
    44          *
    45          * Not to be used from outside the class,
    45          * Not to be used from outside the class,
    46          * use the static {@link HWDataManager::instance()} instead.
    46          * use the static {@link DataManager::instance()} instead.
    47          *
    47          *
    48          * @see <a href="http://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a>
    48          * @see <a href="http://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a>
    49          */
    49          */
    50         SDLInteraction();
    50         SDLInteraction();
    51 
    51