Changeset 74143 in vbox for trunk/src/VBox
- Timestamp:
- Sep 7, 2018 1:32:11 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/rest/rest-binary.cpp
r74142 r74143 233 233 234 234 /** Factory method. */ 235 static DECLCALLBACK(RTCRestObjectBase *)createInstance(void)235 /*static*/ DECLCALLBACK(RTCRestObjectBase *) RTCRestBinary::createInstance(void) 236 236 { 237 237 return new (std::nothrow) RTCRestBinary();
Note:
See TracChangeset
for help on using the changeset viewer.