- Timestamp:
- Jan 21, 2025 6:33:51 AM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167075
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/ObjectsTracker.cpp
r107867 r107868 26 26 */ 27 27 28 /* 29 * Sometimes user wants to check or retrieve data or information about objects that may not exist at the time 30 * the user requests such objects. For example, some action was completed some time ago and all data related to 31 * this action was deleted, but the user missed this moment and later still wants to know how the action was 32 * completed. If it were possible to store such objects for some time, it would help the user. 28 /** @page pg_main_objtracker 29 * Overview: 30 * 31 * Sometimes user wants to check or retrieve data or information about objects 32 * that may not exist at the time the user requests such objects. For example, 33 * some action was completed some time ago and all data related to this action 34 * was deleted, but the user missed this moment and later still wants to know 35 * how the action was completed. If it were possible to store such objects for 36 * some time, it would help the user. 33 37 * 34 38 * Example with Progress object … … 152 156 * } 153 157 * } 154 */158 */ 155 159 156 160 #define LOG_GROUP LOG_GROUP_MAIN
Note:
See TracChangeset
for help on using the changeset viewer.