FTPContent.idl (d1766043) | FTPContent.idl (34c958ab) |
---|---|
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 --- 56 unchanged lines hidden (view full) --- 65 66//============================================================================= 67/** A FTPContent provides an object representing either a (ftp-server-side) 68 directory object allowing listing of children or a content object providing 69 access to a (ftp-server-side) file. 70 71 @see com::sun::star::ucb::FTPContentProvider 72 | 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 --- 56 unchanged lines hidden (view full) --- 65 66//============================================================================= 67/** A FTPContent provides an object representing either a (ftp-server-side) 68 directory object allowing listing of children or a content object providing 69 access to a (ftp-server-side) file. 70 71 @see com::sun::star::ucb::FTPContentProvider 72 |
73 @since OOo 1.1.2 | 73 @since OpenOffice 1.1.2 |
74*/ 75published service FTPContent 76{ 77 //------------------------------------------------------------------------- 78 /** This interface is implemented according to the specification of 79 service <type>Content</type>. 80 */ 81 interface com::sun::star::lang::XComponent; --- 148 unchanged lines hidden --- | 74*/ 75published service FTPContent 76{ 77 //------------------------------------------------------------------------- 78 /** This interface is implemented according to the specification of 79 service <type>Content</type>. 80 */ 81 interface com::sun::star::lang::XComponent; --- 148 unchanged lines hidden --- |