Changeset 106902 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 8, 2024 11:42:02 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ObjectsTracker.h
r106901 r106902 151 151 152 152 /** 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 a155 * com::Guid which would have much more efficient storage compared156 * to both thestring 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... */ 157 157 #if 0 /* The solaris VM seems to have trouble with this or something related to it. */ 158 158 typedef std::string ObjIdString_T;
Note:
See TracChangeset
for help on using the changeset viewer.