VirtualBox

Ignore:
Timestamp:
Jun 12, 2011 6:37:56 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
72222
Message:

Ran the source code massager (scm).

Location:
trunk/src/VBox/Additions/x11/VBoxClient
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp

    r37173 r37423  
    453453        {
    454454            RTRECT *pRect;
    455            
     455
    456456            pRect = RectListPushBack(pRects);
    457457            if (!pRect)
  • trunk/src/VBox/Additions/x11/VBoxClient/vector.h

    r36805 r37423  
    3333 *   RTVEC_DECL(TopLevels, Window *)
    3434 * without a semi-colon.  This macro will define a structure (struct TopLevels)
    35  * which contains a dynamically resizeable array of Window * elements.  It 
     35 * which contains a dynamically resizeable array of Window * elements.  It
    3636 * will also define a number of inline methods for manipulating the structure,
    3737 * such as
     
    3939 * which adds a new element to the end of the array and returns it, optionally
    4040 * reallocating the array if there is not enough space for the new element.
    41  * (This particular method prototype differs from the STL equivalent - 
     41 * (This particular method prototype differs from the STL equivalent -
    4242 * push_back - more than most of the other methods).
    43  * 
     43 *
    4444 * To create a vector, one simply needs to declare the structure, in this case
    4545 *   struct TopLevels = RTVEC_INITIALIZER;
     
    5959 *       compiler makes its own decisions about whether to actually
    6060 *       inline a function.
    61  * @note since vector structures must be explicitly instanciated unlike the 
     61 * @note since vector structures must be explicitly instanciated unlike the
    6262 *       C++ vector template, care must be taken not to instanciate a
    6363 *       particular type twice, e.g. once in a header and once in a code file.
     
    138138}
    139139
    140 /** 
     140/**
    141141 * Generic method - return a pointer to one past the last element in the
    142142 * vector.
     
    196196}
    197197
    198 /** 
     198/**
    199199 * Generic method - reset a vector to empty.
    200200 * @note This function does not free any memory
     
    226226}
    227227
    228 /** 
     228/**
    229229 * Generic method - detach the array contained inside a vector and reset the
    230230 * vector to empty.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette