userlibandfileserver/fileserver/sfile/sf_notify.cpp
changeset 273 6a75fa55495f
parent 90 947f0dc9f7a8
child 286 48e57fb1237e
equal deleted inserted replaced
271:dc268b18d709 273:6a75fa55495f
    47 //
    47 //
    48 //
    48 //
    49 //
    49 //
    50 	{
    50 	{
    51 	__PRINT2(_L("CNotifyInfo::Complete 0x%x error=%d"),this,aError);
    51 	__PRINT2(_L("CNotifyInfo::Complete 0x%x error=%d"),this,aError);
    52 	if (iType != EDismount || !iMessage.IsNull())	// Dismount notifiers may be completed but remain in the list
    52 	if (!iMessage.IsNull())				// Dismount notifiers may be completed but remain in the list
    53 		{											// until handled by the client or the session is closed.
    53 		{											// until handled by the client or the session is closed.
    54 		iMessage.Complete(aError);
    54 		iMessage.Complete(aError);
    55 		}
    55 		}
    56 	}
    56 	}
    57 
    57