VirtualBox

Changeset 74387 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Sep 20, 2018 3:51:35 PM (6 years ago)
Author:
vboxsync
Message:

IPRT/rest: Early support for polymorphic data objects in the data model. bugref:9167

Location:
trunk/src/VBox/Runtime/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc32.def

    r74351 r74387  
    220220    ?assignCopy@RTCRestBinaryResponse@@UAEHPBXI@Z                               ; (public: virtual int __thiscall RTCRestBinaryResponse::assignCopy(void const *,unsigned int))
    221221    ?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 &))
    223223    ?assignCopy@RTCRestDate@@QAEHABV1@@Z                                        ; (public: int __thiscall RTCRestDate::assignCopy(class RTCRestDate const &))
    224224    ?assignCopy@RTCRestDouble@@QAEHABV1@@Z                                      ; (public: int __thiscall RTCRestDouble::assignCopy(class RTCRestDouble const &))
  • trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def

    r74351 r74387  
    220220    ?assignCopy@RTCRestBinaryResponse@@UEAAHPEBX_K@Z                            ; (public: virtual int __cdecl RTCRestBinaryResponse::assignCopy(void const *,unsigned __int64))
    221221    ?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 &))
    223223    ?assignCopy@RTCRestDate@@QEAAHAEBV1@@Z                                      ; (public: int __cdecl RTCRestDate::assignCopy(class RTCRestDate const &))
    224224    ?assignCopy@RTCRestDouble@@QEAAHAEBV1@@Z                                    ; (public: int __cdecl RTCRestDouble::assignCopy(class RTCRestDouble const &))
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette