Changeset 46208 in vbox for trunk/src/VBox/Runtime/common/string
- Timestamp:
- May 22, 2013 9:26:27 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strcache.cpp
r46203 r46208 1139 1139 RT_EXPORT_SYMBOL(RTStrCacheLength); 1140 1140 1141 1142 RTDECL(bool) RTStrCacheIsRealImpl(void) 1143 { 1144 return true; 1145 } 1146 RT_EXPORT_SYMBOL(RTStrCacheIsRealImpl); 1147
Note:
See TracChangeset
for help on using the changeset viewer.