--AlpObjectPackageImpls.config
-- Last edited by:
-- Kolling on April 28, 1983 12:32 pm
AlpObjectPackageImpls: CONFIGURATION
IMPORTS AlpineFile, AlpineFileRpcControl, AlpineOwner, AlpineOwnerRpcControl,
AlpineTransaction, AlpineTransactionRpcControl, AlpineVolume, AlpineVolumeRpcControl,
ClientMap, MesaRPC, Rope, RPC, SafeStorage, UserCredentials
EXPORTS AlpFile, AlpInstance, AlpPrivate, AlpTransaction
CONTROL AlpInstanceImpl, AlpTransactionImpl, AlpFileImpl =
BEGIN
AlpInstanceImpl;
AlpTransactionImpl;
AlpFileImpl;
END.