Changeset 28574 in vbox for trunk/include/VBox
- Timestamp:
- Apr 21, 2010 8:50:48 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60396
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/err.h
r27797 r28574 1533 1533 /** @} */ 1534 1534 1535 /** @name VBox FAM error codes 1536 * @{ 1537 */ 1538 /** FAM failed to open a connection */ 1539 #define VERR_FAM_OPEN_FAILED (-5000) 1540 /** FAM failed to add a file to the list to be monitored */ 1541 #define VERR_FAM_MONITOR_FILE_FAILED (-5001) 1542 /** FAM failed to add a directory to the list to be monitored */ 1543 #define VERR_FAM_MONITOR_DIRECTORY_FAILED (-5001) 1544 /** @} */ 1545 1535 1546 /* SED-END */ 1536 1547
Note:
See TracChangeset
for help on using the changeset viewer.