/** * AccountOperations.java . * Generated by the IDL-to-Java compiler (portable), version "3.1" * from account.idl * Friday, November 14, 2003 5:47:49 PM GMT */ // -*- c++ -*- public interface AccountOperations { void deposit (int amount); void withdraw (int amount); int balance (); } // interface AccountOperations