VirtualBox

Changeset 25346 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Dec 13, 2009 4:21:19 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
55944
Message:

iprt/cpputils.h -> iprt/cpp/utils.h

File:
1 edited

Legend:

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

    r25335 r25346  
    5050#include <iprt/assert.h>
    5151#include <iprt/autores.h>
    52 #include <iprt/cpputils.h>
     52#include <iprt/cpp/utils.h>
    5353#include <iprt/err.h>
    5454#include <iprt/mem.h>
     
    743743            }
    744744    if (RT_SUCCESS(rc))
    745         rc = checkPermission(found ? (ePropFlags)it->mFlags : 
     745        rc = checkPermission(found ? (ePropFlags)it->mFlags :
    746746                             NILFLAG, isGuest);
    747    
     747
    748748    if (rc == VINF_PERMISSION_DENIED)
    749749        return rc;
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