Changeset 99739 in vbox for trunk/src/VBox/Frontends/VBoxAutostart
- Timestamp:
- May 11, 2023 1:01:08 AM (21 months ago)
- Location:
- trunk/src/VBox/Frontends/VBoxAutostart
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostart.h
r98103 r99739 150 150 * Log messages to the system and release log. 151 151 * 152 * @returns nothing.153 152 * @param pszMsg Message to log. 154 153 * @param enmLogType Log type to use. … … 186 185 * Destroys the config AST and frees all resources. 187 186 * 188 * @returns nothing.189 187 * @param pCfgAst The config AST. 190 188 */ -
trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostartCfg.cpp
r98103 r99739 132 132 * Free a config token. 133 133 * 134 * @returns nothing.135 134 * @param pCfgTokenizer The config tokenizer. 136 135 * @param pToken The token to free. … … 322 321 * Destroys the given config tokenizer. 323 322 * 324 * @returns nothing.325 323 * @param pCfgTokenizer The config tokenizer to destroy. 326 324 */
Note:
See TracChangeset
for help on using the changeset viewer.