Changeset 36580 in vbox
- Timestamp:
- Apr 6, 2011 1:52:10 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71020
- Location:
- trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/VBox-3.0 merged: 70973
- Property svn:mergeinfo changed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceTimeSync.cpp
r33540 r36580 165 165 if (RT_FAILURE(rc)) 166 166 { 167 VBoxServiceError("VBoxServiceTimeSyncPreInit: Failed to connect to the guest property service! Error: %Rrc\n", rc); 167 if (rc == VERR_HGCM_SERVICE_NOT_FOUND) /* Host service is not available. */ 168 { 169 VBoxServiceVerbose(0, "VMInfo: Guest property service is not available, skipping\n"); 170 rc = VINF_SUCCESS; 171 } 172 else 173 VBoxServiceError("Failed to connect to the guest property service! Error: %Rrc\n", rc); 168 174 } 169 175 else -
trunk/src/VBox/GuestHost/OpenGL/LICENSE
- Property svn:mergeinfo changed
/branches/VBox-3.0/src/VBox/GuestHost/OpenGL/LICENSE (added) merged: 70973
- Property svn:mergeinfo changed
-
trunk/src/VBox/HostServices/SharedOpenGL/LICENSE
- Property svn:mergeinfo changed
/branches/VBox-3.0/src/VBox/HostServices/SharedOpenGL/LICENSE (added) merged: 70973
- Property svn:mergeinfo changed
-
trunk/src/VBox/Main/glue/tests
- Property svn:mergeinfo changed
/branches/VBox-3.0/src/VBox/Main/glue/tests (added) merged: 70973
- Property svn:mergeinfo changed
-
trunk/src/VBox/Main/glue/tests/Makefile.kmk
- Property svn:mergeinfo changed
/branches/VBox-3.0/src/VBox/Main/glue/tests/Makefile.kmk (added) merged: 70973
- Property svn:mergeinfo changed
-
trunk/src/VBox/Main/include/MediumLock.h
- Property svn:mergeinfo changed
/branches/VBox-3.0/src/VBox/Main/include/MediumLock.h (added) merged: 70973
- Property svn:mergeinfo changed
-
trunk/src/VBox/Runtime/testcase/tstRTMemEf.cpp
- Property svn:mergeinfo changed
/branches/VBox-3.0/src/VBox/Runtime/testcase/tstRTMemEf.cpp (added) merged: 70973
- Property svn:mergeinfo changed
Note:
See TracChangeset
for help on using the changeset viewer.