Changeset 74387 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Sep 20, 2018 3:51:35 PM (6 years ago)
- Location:
- trunk/src/VBox/Runtime/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def
r74351 r74387 220 220 ?assignCopy@RTCRestBinaryResponse@@UAEHPBXI@Z ; (public: virtual int __thiscall RTCRestBinaryResponse::assignCopy(void const *,unsigned int)) 221 221 ?assignCopy@RTCRestBool@@QAEHABV1@@Z ; (public: int __thiscall RTCRestBool::assignCopy(class RTCRestBool const &)) 222 ?assignCopy@RTCRestDataObject@@ UAEHABV1@@Z ; (public: virtual int __thiscall RTCRestDataObject::assignCopy(class RTCRestDataObject const &))222 ?assignCopy@RTCRestDataObject@@MAEHABV1@@Z ; (protected: virtual int __thiscall RTCRestDataObject::assignCopy(class RTCRestDataObject const &)) 223 223 ?assignCopy@RTCRestDate@@QAEHABV1@@Z ; (public: int __thiscall RTCRestDate::assignCopy(class RTCRestDate const &)) 224 224 ?assignCopy@RTCRestDouble@@QAEHABV1@@Z ; (public: int __thiscall RTCRestDouble::assignCopy(class RTCRestDouble const &)) -
trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def
r74351 r74387 220 220 ?assignCopy@RTCRestBinaryResponse@@UEAAHPEBX_K@Z ; (public: virtual int __cdecl RTCRestBinaryResponse::assignCopy(void const *,unsigned __int64)) 221 221 ?assignCopy@RTCRestBool@@QEAAHAEBV1@@Z ; (public: int __cdecl RTCRestBool::assignCopy(class RTCRestBool const &)) 222 ?assignCopy@RTCRestDataObject@@ UEAAHAEBV1@@Z ; (public: virtual int __cdecl RTCRestDataObject::assignCopy(class RTCRestDataObject const &))222 ?assignCopy@RTCRestDataObject@@MEAAHAEBV1@@Z ; (protected: virtual int __cdecl RTCRestDataObject::assignCopy(class RTCRestDataObject const &)) 223 223 ?assignCopy@RTCRestDate@@QEAAHAEBV1@@Z ; (public: int __cdecl RTCRestDate::assignCopy(class RTCRestDate const &)) 224 224 ?assignCopy@RTCRestDouble@@QEAAHAEBV1@@Z ; (public: int __cdecl RTCRestDouble::assignCopy(class RTCRestDouble const &))
Note:
See TracChangeset
for help on using the changeset viewer.