taskcreator.hxx (f8e07b45) | taskcreator.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 --- 48 unchanged lines hidden (view full) --- 57 58//_________________________________________________________________________________________________________________ 59// exported definitions 60//_________________________________________________________________________________________________________________ 61 62/*-************************************************************************************************************//** 63 @short a helper to create new tasks or sub frames for "_blank" or FrameSearchFlag::CREATE 64 @descr There are different places to create new (task)frames. Its not easy to service this code! | 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 --- 48 unchanged lines hidden (view full) --- 57 58//_________________________________________________________________________________________________________________ 59// exported definitions 60//_________________________________________________________________________________________________________________ 61 62/*-************************************************************************************************************//** 63 @short a helper to create new tasks or sub frames for "_blank" or FrameSearchFlag::CREATE 64 @descr There are different places to create new (task)frames. Its not easy to service this code! |
65 Thats the reason for this helper. He capsulate asynchronous/synchronous creation by calling | 65 That's the reason for this helper. He capsulate asynchronous/synchronous creation by calling |
66 a simple interface. 67 68 @devstatus ready to use 69 @threadsafe yes 70 @modified 20.08.2003 08:37, as96863 71*//*-*************************************************************************************************************/ 72class TaskCreator : private ThreadHelpBase 73{ --- 25 unchanged lines hidden --- | 66 a simple interface. 67 68 @devstatus ready to use 69 @threadsafe yes 70 @modified 20.08.2003 08:37, as96863 71*//*-*************************************************************************************************************/ 72class TaskCreator : private ThreadHelpBase 73{ --- 25 unchanged lines hidden --- |