--AlpObjectPackageImpls.config
-- Last edited by:
-- Kolling on May 13, 1983 3:40 pm


AlpObjectPackageImpls: CONFIGURATION
IMPORTS AlpineFile, AlpineFileRpcControl, AlpineOwner, AlpineOwnerRpcControl,
AlpineTransaction, AlpineTransactionRpcControl, AlpineVolume, AlpineVolumeRpcControl,
CedarSnapshot, ClientMap, MesaRPC, Rope, RPC, UserCredentials
EXPORTS AlpFile, AlpInstance, AlpPrivate, AlpTransaction
CONTROL AlpInstanceImpl, AlpTransactionImpl, AlpFileImpl =

BEGIN

AlpInstanceImpl;
AlpTransactionImpl;
AlpFileImpl;

END.