VirtualBox

Changeset 14948 in vbox


Ignore:
Timestamp:
Dec 3, 2008 3:06:30 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
40303
Message:

Removed white space at EOL.

Location:
trunk/src/VBox/Main
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/string.cpp

    r8155 r14948  
    3131
    3232/* static */
    33 const Bstr Bstr::Null; /* default ctor is OK */ 
     33const Bstr Bstr::Null; /* default ctor is OK */
    3434
    3535/* static */
  • trunk/src/VBox/Main/include/Collection.h

    r8155 r14948  
    300300 *  example above).
    301301 *
    302  *  See descriptions of the above IfaceVectorEnumerator and 
     302 *  See descriptions of the above IfaceVectorEnumerator and
    303303 *  ReadonlyIfaceVector templates for more info.
    304304 *
     
    315315 *                      the given interface of items to be stored in the
    316316 *                      collection
    317  *  @param  iface       Interface of items implemented by the @a itemcls class 
     317 *  @param  iface       Interface of items implemented by the @a itemcls class
    318318 *  @param  prefix      Prefix to apply to generated enumerator and collection
    319319 *                      names.
     
    466466 *  and must be always used to finalize the collection declaration started
    467467 *  by that macro.
    468  * 
     468 *
    469469 *  This is a "shortcut" macro that expands exactly to:
    470470 *  <code>
     
    513513 *                      the given interface of items to be stored in the
    514514 *                      collection
    515  *  @param  iface       Interface of items implemented by the @a itemcls class 
     515 *  @param  iface       Interface of items implemented by the @a itemcls class
    516516 *  @param  prefix      Prefix to apply to generated enumerator and collection
    517517 *                      names.
     
    543543 */
    544544#define COM_IMPL_READONLY_ENUM_AND_COLLECTION(c) \
    545     COM_IMPL_READONLY_ENUM_AND_COLLECTION_EX (0, I##c, c) 
     545    COM_IMPL_READONLY_ENUM_AND_COLLECTION_EX (0, I##c, c)
    546546
    547547/**
     
    566566 */
    567567#define COM_IMPL_READONLY_ENUM_AND_COLLECTION_AS(prefix, iface) \
    568     COM_IMPL_READONLY_ENUM_AND_COLLECTION_EX (0, iface, prefix) 
     568    COM_IMPL_READONLY_ENUM_AND_COLLECTION_EX (0, iface, prefix)
    569569
    570570#endif // !RT_OS_WINDOWS
  • trunk/src/VBox/Main/include/PerformanceImpl.h

    r13082 r14948  
    188188    HRESULT toIPerformanceMetric(pm::Metric *src, IPerformanceMetric **dst);
    189189    HRESULT toIPerformanceMetric(pm::BaseMetric *src, IPerformanceMetric **dst);
    190                            
     190
    191191    static void staticSamplerCallback (RTTIMERLR hTimerLR, void *pvUser, uint64_t iTick);
    192192    void samplerCallback();
  • trunk/src/VBox/Main/include/RemoteUSBBackend.h

    r12297 r14948  
    4141
    4242
    43 /* How many remote devices can be attached to a remote client. 
     43/* How many remote devices can be attached to a remote client.
    4444 * Normally a client computer has 2-8 physical USB ports, so 16 devices
    4545 * should be usually enough.
     
    5252        RemoteUSBBackendListable *pNext;
    5353        RemoteUSBBackendListable *pPrev;
    54        
     54
    5555        RemoteUSBBackendListable() : pNext (NULL), pPrev (NULL) {};
    5656};
     
    6161        RemoteUSBBackend(Console *console, ConsoleVRDPServer *server, uint32_t u32ClientId);
    6262        ~RemoteUSBBackend();
    63        
     63
    6464        uint32_t ClientId (void) { return mu32ClientId; }
    65        
     65
    6666        void AddRef (void);
    6767        void Release (void);
    68        
     68
    6969        REMOTEUSBCALLBACK *GetBackendCallbackPointer (void) { return &mCallback; }
    70        
     70
    7171        void NotifyDelete (void);
    72        
     72
    7373        void PollRemoteDevices (void);
    7474
     
    7979
    8080        int saveDeviceList (const void *pvList, uint32_t cbList);
    81        
     81
    8282        int negotiateResponse (const VRDPUSBREQNEGOTIATERET *pret, uint32_t cbRet);
    8383
     
    9191        void addDevice (PREMOTEUSBDEVICE pDevice);
    9292        void removeDevice (PREMOTEUSBDEVICE pDevice);
    93        
     93
    9494        bool addUUID (const Guid *pUuid);
    9595        bool findUUID (const Guid *pUuid);
     
    101101
    102102        int cRefs;
    103        
     103
    104104        uint32_t mu32ClientId;
    105        
     105
    106106        RTCRITSECT mCritsect;
    107        
     107
    108108        REMOTEUSBCALLBACK mCallback;
    109        
     109
    110110        bool mfHasDeviceList;
    111        
     111
    112112        void *mpvDeviceList;
    113113        uint32_t mcbDeviceList;
    114        
     114
    115115        typedef enum {
    116116            PollRemoteDevicesStatus_Negotiate,
     
    120120            PollRemoteDevicesStatus_Dereferenced
    121121        } PollRemoteDevicesStatus;
    122        
     122
    123123        PollRemoteDevicesStatus menmPollRemoteDevicesStatus;
    124124
    125125        bool mfPollURB;
    126        
     126
    127127        PREMOTEUSBDEVICE mpDevices;
    128        
     128
    129129        bool mfWillBeDeleted;
    130        
     130
    131131        Guid aGuids[VRDP_MAX_USB_DEVICES_PER_CLIENT];
    132132
  • trunk/src/VBox/Main/include/VMMDev.h

    r11844 r14948  
    6969    RTSEMEVENT mCredentialsEvent;
    7070    uint32_t mu32CredentialsFlags;
    71    
     71
    7272#ifdef VBOX_WITH_HGCM
    7373    bool m_fHGCMActive;
  • trunk/src/VBox/Main/solaris/PerformanceSolaris.cpp

    r12992 r14948  
    9090    int cpus;
    9191    cpu_stat_t cpu_stats;
    92    
     92
    9393    if (mKC == 0)
    9494        return VERR_INTERNAL_ERROR;
    95    
     95
    9696    tmpUser = tmpKernel = tmpIdle = cpus = 0;
    9797    for (ksp = mKC->kc_chain; ksp != NULL; ksp = ksp->ks_next) {
     
    106106            tmpKernel += cpu_stats.cpu_sysinfo.cpu[CPU_KERNEL];
    107107            tmpIdle   += cpu_stats.cpu_sysinfo.cpu[CPU_IDLE];
    108         }         
    109     }
    110    
     108        }
     109    }
     110
    111111    if (cpus == 0)
    112112    {
     
    165165
    166166    kstat_named_t *kn;
    167    
     167
    168168    if (mKC == 0 || mSysPages == 0)
    169169        return VERR_INTERNAL_ERROR;
  • trunk/src/VBox/Main/win/PerformanceWin.cpp

    r14341 r14948  
    228228            return RTErrConvertFromWin32(dwError);
    229229        }
    230    
     230
    231231        *user   = FILETTIME_TO_100NS(ftUser);
    232232        *idle   = FILETTIME_TO_100NS(ftIdle);
  • trunk/src/VBox/Main/win/svchlp.h

    r8155 r14948  
    3737        OK, /* no parameters */
    3838        Error, /* Utf8Str string (may be null but must present) */
    39        
     39
    4040        CreateHostNetworkInterface = 100, /* see usage in code */
    4141        CreateHostNetworkInterface_OK, /* see usage in code */
     
    5555    int open (const char *aName);
    5656    int close();
    57    
     57
    5858    bool isOpen() const { return mIsOpen; }
    5959    bool isServer() const { return mIsServer; }
    60     const com::Utf8Str &name() const { return mName; } 
     60    const com::Utf8Str &name() const { return mName; }
    6161
    6262    int write (const void *aVal, size_t aLen);
  • trunk/src/VBox/Main/xpcom/server.h

    r13908 r14948  
    2828
    2929/**
    30  * IPC name used to resolve the client ID of the server. 
     30 * IPC name used to resolve the client ID of the server.
    3131 */
    3232#define VBOXSVC_IPC_NAME "VBoxSVC-" VBOX_VERSION_STRING
    3333
    3434#endif /* ____H_LINUX_SERVER */
    35 
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