Changes in src/Actions/ActionRegistry.hpp [2aad5a:b2c302]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/ActionRegistry.hpp
r2aad5a rb2c302 48 48 int getLastPosition(const std::string &MenuName) const; 49 49 50 /** Static getter for the state of the registry.51 *52 * @return true - ActionRegistry's cstor has run through, false - else53 */54 static bool getCompletely_instatiated()55 { return completely_instatiated; }56 57 50 private: 58 51 ActionRegistry(); … … 60 53 61 54 void fillRegistry(); 62 63 //!> this tells whether ActionRegistry has been completed instantiated.64 static bool completely_instatiated;65 55 }; 66 56
Note:
See TracChangeset
for help on using the changeset viewer.