The bank example code developed in this tutorial can be found in the top-level Harlequin installation folder, under
examples/corba/bank
This folder has several subfolders.
examples/corba/bank, which contains the IDL that defines the CORBA interface to the server (the filebank.idl)examples/corba/bank/client, which contains the implementation of the clientexamples/corba/bank/server, which contains the implementation of the server