InteractiveWrongMediumException.idl (d1766043) | InteractiveWrongMediumException.idl (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 --- 23 unchanged lines hidden (view full) --- 32module com { module sun { module star { module ucb { 33 34//============================================================================= 35/** is thrown when the wrong medium is inserted into a removable drive during 36 an operation. 37*/ 38published exception InteractiveWrongMediumException: com::sun::star::task::ClassifiedInteractionRequest 39{ | 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 --- 23 unchanged lines hidden (view full) --- 32module com { module sun { module star { module ucb { 33 34//============================================================================= 35/** is thrown when the wrong medium is inserted into a removable drive during 36 an operation. 37*/ 38published exception InteractiveWrongMediumException: com::sun::star::task::ClassifiedInteractionRequest 39{ |
40 /** identifies the medium thats needed to continue with the pending | 40 /** identifies the medium that's needed to continue with the pending |
41 operation. 42 */ 43 any Medium; 44}; 45 46//============================================================================= 47 48}; }; }; }; 49 50#endif 51 | 41 operation. 42 */ 43 any Medium; 44}; 45 46//============================================================================= 47 48}; }; }; }; 49 50#endif 51 |