svn commit: samba r7477 - in branches/SAMBA_4_0/source/scripting/ejs: .

tpot at samba.org tpot at samba.org
Sat Jun 11 02:39:15 GMT 2005


Author: tpot
Date: 2005-06-11 02:39:14 +0000 (Sat, 11 Jun 2005)
New Revision: 7477

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

Log:
Add MPR_TYPE_PTR to ejs_typeof().

Modified:
   branches/SAMBA_4_0/source/scripting/ejs/smbcalls.c


Changeset:
Modified: branches/SAMBA_4_0/source/scripting/ejs/smbcalls.c
===================================================================
--- branches/SAMBA_4_0/source/scripting/ejs/smbcalls.c	2005-06-11 02:26:53 UTC (rev 7476)
+++ branches/SAMBA_4_0/source/scripting/ejs/smbcalls.c	2005-06-11 02:39:14 UTC (rev 7477)
@@ -44,7 +44,8 @@
 		{ MPR_TYPE_OBJECT,           "object" },
 		{ MPR_TYPE_FUNCTION,         "function" },
 		{ MPR_TYPE_STRING,           "string" },
-		{ MPR_TYPE_STRING_CFUNCTION, "function" }
+		{ MPR_TYPE_STRING_CFUNCTION, "function" },
+		{ MPR_TYPE_PTR,              "C pointer" }
 	};
 	int i;
 	const char *type = NULL;



More information about the samba-cvs mailing list