Ejemplo n.º 1
0
		StorageDevice Guide::EndShowStorageDeviceSelector(IAsyncResult* asyncResult)
		{
			StorageDeviceAsyncResult* result = (StorageDeviceAsyncResult*)asyncResult;

			sassert(result, String::Format("asyncResult; %s", FrameworkResources::ArgumentNull_Generic));

			return StorageDevice(0, (PlayerIndex_t)result->playerIndex);
		}
Ejemplo n.º 2
0
void IOstats::initLine( int lineNr, vector<string> & entries ) {
	string name = entries[2];
	knownDevices[name] = StorageDevice();
}