/** * AccountOperations.java . * Generated by the IDL-to-Java compiler (portable), version "3.1" * from account.idl * 13 November 2003 20:13:06 o'clock GMT */ // -*- c++ -*- public interface AccountOperations { void deposit (int amount); void withdraw (int amount); int balance (); } // interface AccountOperations