Kaydet (Commit) f777e225 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

INTEGRATION: CWS oj14 (1.3.66); FILE MERGED

2007/01/09 09:41:02 oj 1.3.66.1: new method to get all list entries
üst e8a1963e
......@@ -4,9 +4,9 @@
*
* $RCSfile: XStringListControl.idl,v $
*
* $Revision: 1.3 $
* $Revision: 1.4 $
*
* last change: $Author: vg $ $Date: 2006-03-31 12:05:21 $
* last change: $Author: rt $ $Date: 2007-07-06 07:17:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -67,6 +67,10 @@ interface XStringListControl : XPropertyControl
/** appends a new entry to the end of the list
*/
void appendListEntry( [in] string NewEntry );
/** gets all list entries
*/
sequence< string > getListEntries();
};
//=============================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment