Changeset 74023 in vbox for trunk/src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp
- Timestamp:
- Sep 2, 2018 1:43:59 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rest/RTCRestArrayBase.cpp
r74008 r74023 245 245 246 246 247 RTCRestObjectBase::kTypeClass RTCRestArrayBase::typeClass(void) const 248 { 249 return kTypeClass_Array; 250 } 251 252 253 const char *RTCRestArrayBase::typeName(void) const 254 { 255 return "RTCRestArray<ElementType>"; 256 } 257 258 247 259 248 260 /*********************************************************************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.