VirtualBox

Ignore:
Timestamp:
Nov 17, 2008 5:24:10 PM (16 years ago)
Author:
vboxsync
Message:

GuestProperties/service.cpp: DEBUG -> VBOX_STRICT.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestProperties/service.cpp

    r14213 r14261  
    195195        AssertPtrReturn(pProp, VERR_INVALID_POINTER);
    196196        int rc = getOldNotificationInternal(pszPatterns, u64Timestamp, pProp);
    197 #ifdef DEBUG
    198         /* 
     197#ifdef VBOX_STRICT
     198        /*
    199199         * ENSURE that pProp is the first event in the notification queue that:
    200200         *  - Appears later than u64Timestamp
     
    216216            Assert(pProp->Matches(pszPatterns));
    217217        }
    218 #endif
     218#endif /* VBOX_STRICT */
    219219        return rc;
    220220    }
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