VirtualBox

Ignore:
Timestamp:
Jan 4, 2017 12:05:08 PM (8 years ago)
Author:
vboxsync
Message:

Runtime: doxygen fixes (no space after comma in interface_method_impl)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/crypto/store-inmem.cpp

    r62564 r65098  
    202202
    203203
    204 /** @interface_method_impl{RTCRSTOREPROVIDER, pfnDestroyStore} */
     204/** @interface_method_impl{RTCRSTOREPROVIDER,pfnDestroyStore} */
    205205static DECLCALLBACK(void) rtCrStoreInMem_DestroyStore(void *pvProvider)
    206206{
     
    224224
    225225
    226 /** @interface_method_impl{RTCRSTOREPROVIDER, pfnCertCtxQueryPrivateKey} */
     226/** @interface_method_impl{RTCRSTOREPROVIDER,pfnCertCtxQueryPrivateKey} */
    227227static DECLCALLBACK(int) rtCrStoreInMem_CertCtxQueryPrivateKey(void *pvProvider, PRTCRCERTCTXINT pCertCtx,
    228228                                                               uint8_t *pbKey, size_t cbKey, size_t *pcbKeyRet)
     
    234234
    235235
    236 /** @interface_method_impl{RTCRSTOREPROVIDER, pfnCertFindAll} */
     236/** @interface_method_impl{RTCRSTOREPROVIDER,pfnCertFindAll} */
    237237static DECLCALLBACK(int) rtCrStoreInMem_CertFindAll(void *pvProvider, PRTCRSTORECERTSEARCH pSearch)
    238238{
     
    245245
    246246
    247 /** @interface_method_impl{RTCRSTOREPROVIDER, pfnCertSearchNext} */
     247/** @interface_method_impl{RTCRSTOREPROVIDER,pfnCertSearchNext} */
    248248static DECLCALLBACK(PCRTCRCERTCTX) rtCrStoreInMem_CertSearchNext(void *pvProvider, PRTCRSTORECERTSEARCH pSearch)
    249249{
     
    263263
    264264
    265 /** @interface_method_impl{RTCRSTOREPROVIDER, pfnCertSearchDestroy} */
     265/** @interface_method_impl{RTCRSTOREPROVIDER,pfnCertSearchDestroy} */
    266266static DECLCALLBACK(void) rtCrStoreInMem_CertSearchDestroy(void *pvProvider, PRTCRSTORECERTSEARCH pSearch)
    267267{
     
    275275
    276276
    277 /** @interface_method_impl{RTCRSTOREPROVIDER, pfnCertSearchDestroy} */
     277/** @interface_method_impl{RTCRSTOREPROVIDER,pfnCertSearchDestroy} */
    278278static DECLCALLBACK(int) rtCrStoreInMem_CertAddEncoded(void *pvProvider, uint32_t fFlags,
    279279                                                       uint8_t const *pbEncoded, uint32_t cbEncoded, PRTERRINFO pErrInfo)
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