Changeset 74280 in vbox
- Timestamp:
- Sep 14, 2018 6:24:54 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
r74266 r74280 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 24 ; 25 EXPORTS 25 26 26 EXPORTS 27 27 ; 28 ; RTCString & RTCRest classes. 28 ; RTCString & RTCRest classes. 29 29 ; 30 30 ; Use the following command-line to generate the stuff below (same as vcc64, except input/output): … … 550 550 ?xmitPrepare@RTCRestBinaryParameter@@UBEHPAURTHTTPINTERNAL@@@Z ; (public: virtual int __thiscall RTCRestBinaryParameter::xmitPrepare(struct RTHTTPINTERNAL *)const ) 551 551 ?xmitReady@RTCRestClientApiBase@@MAEHPAURTHTTPINTERNAL@@ABVRTCString@@W4RTHTTPMETHOD@@1I@Z ; (protected: virtual int __thiscall RTCRestClientApiBase::xmitReady(struct RTHTTPINTERNAL *,class RTCString const &,enum RTHTTPMETHOD,class RTCString const &,unsigned int)) 552 -
trunk/src/VBox/Runtime/VBox/VBoxRTImp-vcc64.def
r74266 r74280 23 23 ; terms and conditions of either the GPL or the CDDL or both. 24 24 ; 25 25 26 EXPORTS 26 27 ; 27 ; RTCString & RTCRest classes. 28 ; RTCString & RTCRest classes. 28 29 ; 29 30 ; Use the following command-line to generate the stuff below (same as vcc32, except input/output): … … 549 550 ?xmitPrepare@RTCRestBinaryParameter@@UEBAHPEAURTHTTPINTERNAL@@@Z ; (public: virtual int __cdecl RTCRestBinaryParameter::xmitPrepare(struct RTHTTPINTERNAL *)const ) 550 551 ?xmitReady@RTCRestClientApiBase@@MEAAHPEAURTHTTPINTERNAL@@AEBVRTCString@@W4RTHTTPMETHOD@@1I@Z ; (protected: virtual int __cdecl RTCRestClientApiBase::xmitReady(struct RTHTTPINTERNAL *,class RTCString const &,enum RTHTTPMETHOD,class RTCString const &,unsigned int)) 552
Note:
See TracChangeset
for help on using the changeset viewer.