From 14340a45bef921db19581258838ec2371d4d21e9 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 30 Aug 2010 13:22:57 +0200 Subject: idl: Added EPMAPPER_STATUS_CANT_PERFORM_OP. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- librpc/idl/epmapper.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'librpc/idl') diff --git a/librpc/idl/epmapper.idl b/librpc/idl/epmapper.idl index 25b9517a8e..d23b68ac25 100644 --- a/librpc/idl/epmapper.idl +++ b/librpc/idl/epmapper.idl @@ -30,6 +30,7 @@ interface epmapper with. */ + const int EPMAPPER_STATUS_CANT_PERFORM_OP = 0x6d8; const int EPMAPPER_STATUS_NO_MORE_ENTRIES = 0x16c9a0d6; const int EPMAPPER_STATUS_NO_MEMORY = 0x16C9A012; const int EPMAPPER_STATUS_OK = 0; -- cgit