changeset 90 | 947f0dc9f7a8 |
parent 0 | a41df078684a |
--- a/kerneltest/e32test/system/d_dobject.cpp Tue Feb 02 01:24:03 2010 +0200 +++ b/kerneltest/e32test/system/d_dobject.cpp Fri Apr 16 16:24:37 2010 +0300 @@ -665,10 +665,10 @@ // Bit 30 thread local flag (ignored) // Bit 31 special handle flag (should be 0) // - NKern::LockSystem(); TInt randomHandle = Kern::Random() & 0x3fff7fff; TInt uniqueID = 0; // any object type! - + + NKern::LockSystem(); object = myIx.At(randomHandle, uniqueID); NKern::UnlockSystem();