InteractiveLockingException.idl (34c958ab) | InteractiveLockingException.idl (9c0c1533) |
---|---|
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 --- 31 unchanged lines hidden (view full) --- 40 @since OpenOffice 3.3 41*/ 42/*published*/ exception InteractiveLockingException : com::sun::star::task::ClassifiedInteractionRequest 43{ 44 //------------------------------------------------------------------------- 45 /** The Url of the resource this exception is related to. 46 */ 47 string Url; | 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 --- 31 unchanged lines hidden (view full) --- 40 @since OpenOffice 3.3 41*/ 42/*published*/ exception InteractiveLockingException : com::sun::star::task::ClassifiedInteractionRequest 43{ 44 //------------------------------------------------------------------------- 45 /** The Url of the resource this exception is related to. 46 */ 47 string Url; |
48 49 //->i126305 --------------------------------------------------------------- 50 /** Extended information, some Internet Server send this to the client 51 */ 52 string ExtendedInfo; 53 //<-i126305 |
|
48}; 49 50//============================================================================= 51 52}; }; }; }; 53 54#endif | 54}; 55 56//============================================================================= 57 58}; }; }; }; 59 60#endif |