Changeset 14303 in vbox for trunk/src/VBox
- Timestamp:
- Nov 18, 2008 1:45:38 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 39491
- Location:
- trunk/src/VBox
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/testcase/tstVD.cpp
r13837 r14303 201 201 To generate 64-bit x's, it is difficult to form 202 202 t=a*x+c in 128 bits then get the new c and new x 203 from the t he top and bottom halves.203 from the top and bottom halves. 204 204 But if 'a' has a special form, for example, 205 205 a=2^62+2^47+2 and b=2^64-1, then the new c and -
trunk/src/VBox/HostDrivers/Support/win/SUPSvc-win.cpp
r11824 r14303 368 368 { 369 369 RTPrintf("Successfully created the %s service.\n", SUPSVC_SERVICE_NAME); 370 /** @todo Set the service description or it'll look weird thethe vista service manager.370 /** @todo Set the service description or it'll look weird in the vista service manager. 371 371 * Anything else that should be configured? Start access or something? */ 372 372 rc = 0; -
trunk/src/VBox/HostServices/SharedClipboard/darwin.cpp
r8155 r14303 208 208 * 209 209 * @param pClient Context data for the guest system 210 * @param u32Formats Clipboard formats the theguest is offering210 * @param u32Formats Clipboard formats the guest is offering 211 211 */ 212 212 void vboxClipboardFormatAnnounce (VBOXCLIPBOARDCLIENTDATA *pClient, uint32_t u32Formats) -
trunk/src/VBox/HostServices/SharedClipboard/x11-stub.cpp
r8155 r14303 85 85 * 86 86 * @param pClient Context data for the guest system 87 * @param u32Formats Clipboard formats the theguest is offering87 * @param u32Formats Clipboard formats the guest is offering 88 88 */ 89 89 void vboxClipboardFormatAnnounce (VBOXCLIPBOARDCLIENTDATA * /* pClient */, -
trunk/src/VBox/HostServices/SharedClipboard/x11.cpp
r13846 r14303 1335 1335 * 1336 1336 * @param pClient Context data for the guest system 1337 * @param u32Formats Clipboard formats the theguest is offering1337 * @param u32Formats Clipboard formats the guest is offering 1338 1338 */ 1339 1339 void vboxClipboardFormatAnnounce (VBOXCLIPBOARDCLIENTDATA *pClient, uint32_t u32Formats)
Note:
See TracChangeset
for help on using the changeset viewer.