VirtualBox

Changeset 84500 in vbox


Ignore:
Timestamp:
May 25, 2020 1:09:07 PM (5 years ago)
Author:
vboxsync
Message:

Runtime/tracelogreader.cpp: Move status codes into proper IPRT header

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r82968 r84500  
    27282728/** @} */
    27292729
     2730
     2731/** @name Trace Log status codes.
     2732 * @{ */
     2733/** The trace log is malformed. */
     2734#define VERR_TRACELOG_READER_MALFORMED_LOG                      (-26600)
     2735/** The trace log version is not supported. */
     2736#define VERR_TRACELOG_READER_LOG_UNSUPPORTED                    (-26601)
     2737/** The trace log reader iterator reached the end of the event list. */
     2738#define VERR_TRACELOG_READER_ITERATOR_END                       (-26602)
     2739/** @} */
     2740
    27302741/* SED-END */
    27312742
  • trunk/src/VBox/Runtime/common/log/tracelogreader.cpp

    r84491 r84500  
    5252*   Structures and Typedefs                                                                                                      *
    5353*********************************************************************************************************************************/
    54 
    55 /** The trace log is malformed. */
    56 #define VERR_TRACELOG_READER_MALFORMED_LOG   (-25700)
    57 /** The trace log version is not supported. */
    58 #define VERR_TRACELOG_READER_LOG_UNSUPPORTED (-25701)
    59 /** The trace log reader iterator reached the end of the event list. */
    60 #define VERR_TRACELOG_READER_ITERATOR_END    (-25702)
    6154
    6255/** Pointer to a trace log reader instance. */
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