VirtualBox

Changeset 106902 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Nov 8, 2024 11:42:02 PM (3 months ago)
Author:
vboxsync
Message:

Main/ObjectsTracker.h/cpp: SCM fix. jiraref:VBP-1187

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/ObjectsTracker.h

    r106901 r106902  
    151151
    152152/** The string representation for object IDs in the internal map.
    153  * @todo r=bird: Why are you using std::string here? We use
    154  *       should use com::Utf8Str where possible. In this case, though, it's a
    155  *       com::Guid which would have much more efficient storage compared
    156  *       to both the string variants... */
     153 * @todo r=bird: Why are you using std::string here? We use should use
     154 *       com::Utf8Str where possible. In this case, though, it's a com::Guid
     155 *       which would have much more efficient storage compared to both the
     156 *       string variants... */
    157157#if 0 /* The solaris VM seems to have trouble with this or something related to it. */
    158158typedef std::string ObjIdString_T;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette