VirtualBox

Ignore:
Timestamp:
Sep 27, 2021 12:39:49 PM (3 years ago)
Author:
vboxsync
Message:

Main/NLS: Use RT_NOEXCEPT more. bugref:1909

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/VirtualBoxTranslator.h

    r91391 r91393  
    3737    static VirtualBoxTranslator *instance();
    3838    /* Returns instance if exists, returns NULL otherwise. */
    39     static VirtualBoxTranslator *tryInstance();
     39    static VirtualBoxTranslator *tryInstance() RT_NOEXCEPT;
    4040    void release();
    4141
     
    9494                                 const char *aSourceText,
    9595                                 const char *aComment = NULL,
    96                                  const int   aNum = -1);
     96                                 const int   aNum = -1) RT_NOEXCEPT;
    9797
    9898    /**
     
    100100     * Otherwise, the pszTranslation itself returned.
    101101     */
    102     static const char *trSource(const char *aTranslation);
     102    static const char *trSource(const char *aTranslation) RT_NOEXCEPT;
    103103
    104104    /* Convenience function used by VirtualBox::init */
     
    143143                            const char *aSourceText,
    144144                            const char *aComment = NULL,
    145                             const int   aNum = -1);
     145                            const int   aNum = -1) RT_NOEXCEPT;
    146146};
    147147
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