otasksaccess.hxx (f8e07b45) | otasksaccess.hxx (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 --- 172 unchanged lines hidden (view full) --- 181 182 protected: 183 184 /*-****************************************************************************************************//** 185 @short standard destructor 186 @descr This method destruct an instance of this class and clear some member. 187 Don't use an instance of this class as normal member. Use it dynamicly with a pointer. 188 We hold a weakreference to ouer owner and not to ouer superclass! | 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 --- 172 unchanged lines hidden (view full) --- 181 182 protected: 183 184 /*-****************************************************************************************************//** 185 @short standard destructor 186 @descr This method destruct an instance of this class and clear some member. 187 Don't use an instance of this class as normal member. Use it dynamicly with a pointer. 188 We hold a weakreference to ouer owner and not to ouer superclass! |
189 Thats the reason for a protected dtor. | 189 That's the reason for a protected dtor. |
190 191 @seealso class Desktop 192 193 @param - 194 @return - 195 196 @onerror - 197 *//*-*****************************************************************************************************/ --- 53 unchanged lines hidden --- | 190 191 @seealso class Desktop 192 193 @param - 194 @return - 195 196 @onerror - 197 *//*-*****************************************************************************************************/ --- 53 unchanged lines hidden --- |