Changeset 2333 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Apr 24, 2007 4:41:01 PM (18 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r902 r2333 419 419 static VRDPSERVERCALLBACK sVrdpServerCallback; 420 420 421 static c har *sSSMConsoleUnit;421 static const char *sSSMConsoleUnit; 422 422 static uint32_t sSSMConsoleVer; 423 423 -
trunk/src/VBox/Main/include/HostImpl.h
r815 r2333 132 132 #ifdef __LINUX__ 133 133 void parseMountTable(char *mountTable, std::list <ComObjPtr <HostDVDDrive> > &list); 134 bool validateDevice(c har *deviceNode, bool isCDROM);134 bool validateDevice(const char *deviceNode, bool isCDROM); 135 135 #endif 136 136
Note:
See TracChangeset
for help on using the changeset viewer.