interceptionhelper.cxx (07a3d7f1) | interceptionhelper.cxx (796b7e2a) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 313 unchanged lines hidden (view full) --- 322 } 323 324 aCopy.clear(); 325 326 #if OSL_DEBUG_LEVEL > 0 327 // SAFE -> 328 aReadLock.lock(); 329 if (!m_lInterceptionRegs.empty() ) | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 313 unchanged lines hidden (view full) --- 322 } 323 324 aCopy.clear(); 325 326 #if OSL_DEBUG_LEVEL > 0 327 // SAFE -> 328 aReadLock.lock(); 329 if (!m_lInterceptionRegs.empty() ) |
330 OSL_ENSURE(sal_False, "There are some pending interceptor objects, which seams to be registered during (!) the destruction of a frame."); | 330 OSL_ENSURE(sal_False, "There are some pending interceptor objects, which seems to be registered during (!) the destruction of a frame."); |
331 aReadLock.unlock(); 332 // <- SAFE 333 #endif // ODL_DEBUG_LEVEL>0 334 335 #endif // FORCE_DESTRUCTION_OF_INTERCEPTION_CHAIN 336} 337 338} // namespace framework | 331 aReadLock.unlock(); 332 // <- SAFE 333 #endif // ODL_DEBUG_LEVEL>0 334 335 #endif // FORCE_DESTRUCTION_OF_INTERCEPTION_CHAIN 336} 337 338} // namespace framework |