
/**
* bookmarkOperations.java .
* Generated by the IDL-to-Java compiler (portable), version "3.1"
* from tp1.idl
* lundi 29 novembre 2004 09 h 37 CET
*/

public interface bookmarkOperations 
{
  void Ajouter (String alias, String url);
  void Supprimer (String alias);
  String Recherche (String alias);
  void Sauvegarder (String fichier);
} // interface bookmarkOperations
