VirtualBox

Changeset 62636 in vbox for trunk/include/VBox/com


Ignore:
Timestamp:
Jul 28, 2016 4:49:39 PM (8 years ago)
Author:
vboxsync
Message:

cdefs.h,*: DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP and DECLARE_CLS_NEW_DELETE_NOOP should require ';' as that makes it easier for editors and such to parse the code.

Location:
trunk/include/VBox/com
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/com/MultiResult.h

    r62476 r62636  
    213213private:
    214214
    215     DECLARE_CLS_NEW_DELETE_NOOP(MultiResult)
     215    DECLARE_CLS_NEW_DELETE_NOOP(MultiResult);
    216216
    217217    static void incCounter();
     
    252252private:
    253253
    254     DECLARE_CLS_NEW_DELETE_NOOP (MultiResultRef)
     254    DECLARE_CLS_NEW_DELETE_NOOP(MultiResultRef);
    255255
    256256    HRESULT &mRC;
  • trunk/include/VBox/com/array.h

    r62361 r62636  
    10981098protected:
    10991099
    1100     DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(SafeArray)
     1100    DECLARE_CLS_COPY_CTOR_ASSIGN_NOOP(SafeArray);
    11011101
    11021102    /**
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