separate (RPC) procedure RPC_SS_Enable_Allocate is -- **************************************************************************** procedure rpc_ss_enable_allocate; pragma INTERFACE (C, rpc_ss_enable_allocate); begin rpc_ss_enable_allocate; exception when STORAGE_ERROR => raise RPC_X_NO_MEMORY; end RPC_SS_Enable_Allocate;