/* @(#)protos.h (c) Telelogic AB */ #ifndef _PROTOS_HPP_ #define _PROTOS_HPP_ typedef class Account *AccountObj; typedef class Cashier *CashierObj; typedef class CashierStation *CashierStationObj; typedef class Consortium *ConsortiumObj; typedef class CardAuthorization *CardAuthorizationObj; typedef class EntryStation *EntryStationObj; typedef class Bank *BankObj; typedef class CashCard *CashCardObj; typedef class RemoteTransaction *RemoteTransactionObj; typedef class Customer *CustomerObj; typedef class Update *UpdateObj; #endif