← ^ →
MICO
interface Account { void deposit (in unsigned long amount); void withdraw (in unsigned long amount); long balance(); };
idl --boa --no-poa account.idl
account.h
account.cc
José M. Vidal .
2 of 8