equal
deleted
inserted
replaced
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 |