VirtualBox

Changeset 36573 in vbox for trunk/include/iprt/cpp


Ignore:
Timestamp:
Apr 6, 2011 10:10:49 AM (14 years ago)
Author:
vboxsync
Message:

include/: a/an nits

Location:
trunk/include/iprt/cpp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cpp/list.h

    r36572 r36573  
    6565 * There are some requirements for the types used which follow:
    6666 * -# They need a default and a copy constructor.
    67  * -# Some methods (e.g. RTCList::contains) need a equal operator.
     67 * -# Some methods (e.g. RTCList::contains) need an equal operator.
    6868 * -# If the type is some complex class (that is, having a constructor which
    6969 *    allocates members on the heap) it has to be greater than sizeof(void*) to
  • trunk/include/iprt/cpp/lock.h

    r36522 r36573  
    4444 * The mutex lock.
    4545 *
    46  * This is used as a object data member if the intention is to lock
     46 * This is used as an object data member if the intention is to lock
    4747 * a single object. This can also be used statically, initialized in
    4848 * a global variable, for class wide purposes.
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