svn commit: samba r9429 - in branches/SAMBA_4_0/source/librpc/idl: .

jelmer at samba.org jelmer at samba.org
Sat Aug 20 18:32:46 GMT 2005


Author: jelmer
Date: 2005-08-20 18:32:44 +0000 (Sat, 20 Aug 2005)
New Revision: 9429

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9429

Log:
Update link to DCOM spec. Fix HRESULT values.

Modified:
   branches/SAMBA_4_0/source/librpc/idl/dcom.idl
   branches/SAMBA_4_0/source/librpc/idl/orpc.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dcom.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dcom.idl	2005-08-20 17:09:26 UTC (rev 9428)
+++ branches/SAMBA_4_0/source/librpc/idl/dcom.idl	2005-08-20 18:32:44 UTC (rev 9429)
@@ -2,11 +2,9 @@
 
 /**
   DCOM interfaces
-  http://www.grimes.demon.co.uk/DCOM/DCOMSpec.htm
+  http://www.ietf.org/internet-drafts/draft-brown-dcom-v1-spec-04.txt
  */
 
-#define OLESTR unistr
-
 [
 	uuid("18f70770-8e64-11cf-9af1-0020af6e72f4"),
 	pointer_default(unique),

Modified: branches/SAMBA_4_0/source/librpc/idl/orpc.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/orpc.idl	2005-08-20 17:09:26 UTC (rev 9428)
+++ branches/SAMBA_4_0/source/librpc/idl/orpc.idl	2005-08-20 18:32:44 UTC (rev 9429)
@@ -2,7 +2,7 @@
 
 /**
   DCOM interfaces
-  http://www.grimes.demon.co.uk/DCOM/DCOMSpec.htm
+  http://www.ietf.org/internet-drafts/draft-brown-dcom-v1-spec-04.txt
  */
 
 [
@@ -207,7 +207,7 @@
 		COM_OUTOFMEMORY 	= 0x80000002,
 		COM_INVALIDARG		= 0x80000003,
 		COM_NOINTERFACE		= 0x80000004,
-		COM_ACCESSDENIED	= 0x80000005,
+		COM_ACCESSDENIED	= 0x80070005,
 		COM_INVALID_OXID	= 0x80070776,
 		COM_INVALID_OID		= 0x80070777,
 		COM_INVALID_SET		= 0x80070778,



More information about the samba-cvs mailing list