ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/MacOSX/sys_darwin.cpp
(Generate patch)

Comparing BasiliskII/src/MacOSX/sys_darwin.cpp (file contents):
Revision 1.2 by cebix, 2004-01-12T15:29:24Z vs.
Revision 1.3 by nigel, 2004-01-20T23:31:46Z

# Line 74 | Line 74 | void DarwinAddCDROMPrefs(void)
74                  // has a property with key kIOMediaEjectable.  We limit
75                  // the match only to those CDs that are actually ejectable
76                  CFDictionarySetValue(classesToMatch,
77 <                                                         CFSTR(kIOMediaEjectable), kCFBooleanTrue);
77 >                                                         CFSTR(kIOMediaEjectableKey), kCFBooleanTrue);
78          }
79  
80          if ( IOServiceGetMatchingServices(masterPort,
# Line 90 | Line 90 | void DarwinAddCDROMPrefs(void)
90          {
91                  char            bsdPath[MAXPATHLEN];
92                  CFTypeRef       bsdPathAsCFString =
93 <                                                IORegistryEntryCreateCFProperty(nextCD, CFSTR(kIOBSDName),
94 <                                                                                                                        kCFAllocatorDefault, 0);
93 >                                                IORegistryEntryCreateCFProperty(nextCD,
94 >                                                                                                                CFSTR(kIOBSDNameKey),
95 >                                                                                                                kCFAllocatorDefault, 0);
96                  *bsdPath = '\0';
97                  if ( bsdPathAsCFString )
98                  {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines