Changeset 101174 in vbox
- Timestamp:
- Sep 19, 2023 3:50:22 PM (12 months ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
-
include/PlatformImpl.h (modified) (1 diff)
-
src-server/PlatformImpl.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/PlatformImpl.h
r101063 r101174 74 74 75 75 // static public helper functions 76 const char *s_platformArchitectureToStr(PlatformArchitecture_T enmArchitecture);76 static const char *s_platformArchitectureToStr(PlatformArchitecture_T enmArchitecture); 77 77 78 78 public: -
trunk/src/VBox/Main/src-server/PlatformImpl.cpp
r101070 r101174 854 854 * @param enmArchitecture Platform architecture to convert. 855 855 */ 856 /* static */ 856 857 const char *Platform::s_platformArchitectureToStr(PlatformArchitecture_T enmArchitecture) 857 858 {
Note:
See TracChangeset
for help on using the changeset viewer.

