VirtualBox

Changeset 76403 in vbox for trunk/src/VBox/Main/testcase


Ignore:
Timestamp:
Dec 23, 2018 3:19:41 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127702
Message:

VBox/vmm/pdmdrv.h: Don't include err.h when it isn't needed. bugref:9344

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstGuestCtrlParseBuffer.cpp

    r69500 r76403  
    1616 */
    1717
    18 #define LOG_ENABLED
     18
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    1922#define LOG_GROUP LOG_GROUP_MAIN
     23#include <VBox/err.h>
    2024#include <VBox/log.h>
    2125
     
    3236#endif
    3337
     38/*********************************************************************************************************************************
     39*   Defined Constants And Macros                                                                                                 *
     40*********************************************************************************************************************************/
    3441#define STR_SIZE(a_sz) a_sz, sizeof(a_sz)
    3542
    3643
     44/*********************************************************************************************************************************
     45*   Structures and Typedefs                                                                                                      *
     46*********************************************************************************************************************************/
    3747typedef struct VBOXGUESTCTRL_BUFFER_VALUE
    3848{
     
    4353typedef std::map< RTCString, VBOXGUESTCTRL_BUFFER_VALUE >::const_iterator GuestBufferMapIterConst;
    4454
     55
     56/*********************************************************************************************************************************
     57*   Global Variables                                                                                                             *
     58*********************************************************************************************************************************/
    4559char szUnterm1[] = { 'a', 's', 'd', 'f' };
    4660char szUnterm2[] = { 'f', 'o', 'o', '3', '=', 'b', 'a', 'r', '3' };
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