1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
/* * The Evolution Personal Organization Server. * * Copyright 2000, Ximian, Inc. */ module GNOME { module Evolution { interface WombatClient { string getPassword (in string prompt, in string key); void forgetPassword (in string key); }; interface Config { }; }; };