Rename ::addFolderAsync' into ::createFolderAsync'.

svn path=/trunk/; revision=7452
This commit is contained in:
Ettore Perazzoli
2001-01-12 17:53:15 +00:00
parent cd5099b9f7
commit b324985e97
4 changed files with 21 additions and 10 deletions

View File

@ -48,9 +48,9 @@ module Evolution {
exception Busy {};
void addFolderAsync (in ShellComponentListener listener,
in string physical_uri,
in string type)
void createFolderAsync (in ShellComponentListener listener,
in string physical_uri,
in string type)
raises (Busy);
void removeFolderAsync (in ShellComponentListener listener,