dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnet/engine int_proto.h, 1.85, 1.86 int_table.c, 1


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnet/engine int_proto.h, 1.85, 1.86 int_table.c, 1.88, 1.89 lib_delegate.c, 1.4, 1.5
Date: Tue, 30 Sep 2003 00:36:35 +0000

Update of /cvsroot/dotgnu-pnet/pnet/engine
In directory subversions:/tmp/cvs-serv1267/engine

Modified Files:
        int_proto.h int_table.c lib_delegate.c 
Log Message:


Stub out the "SetOutParams" internalcall.


Index: lib_delegate.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/lib_delegate.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** lib_delegate.c      1 Jul 2002 00:54:15 -0000       1.4
--- lib_delegate.c      30 Sep 2003 00:36:33 -0000      1.5
***************
*** 97,100 ****
--- 97,110 ----
  
  /*
+  * private static void SetOutParams(Delegate del, Object[] args,
+  *                                                                    
Object[] outParams);
+  */
+ void _IL_AsyncResult_SetOutParams(ILExecThread *_thread, ILObject *del,
+                                                                 System_Array 
*args, System_Array *outParams)
+ {
+       /* TODO */
+ }
+ 
+ /*
   * public Delegate(Object target, IntPtr method);
   */

Index: int_proto.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/int_proto.h,v
retrieving revision 1.85
retrieving revision 1.86
diff -C2 -d -r1.85 -r1.86
*** int_proto.h 19 Sep 2003 02:12:44 -0000      1.85
--- int_proto.h 30 Sep 2003 00:36:33 -0000      1.86
***************
*** 3,183 ****
  extern ILObject * _IL_Object_GetType(ILExecThread * _thread, ILObject * 
_this);
  extern ILInt32 _IL_Object_GetHashCode(ILExecThread * _thread, ILObject * 
_this);
! extern ILBool _IL_Object_Equals(ILExecThread * _thread, ILObject * _this, 
ILObject * _p1);
  extern ILObject * _IL_Object_MemberwiseClone(ILExecThread * _thread, ILObject 
* _this);
  
  extern ILObject * _IL_Enum_GetEnumValue(ILExecThread * _thread, ILObject * 
_this);
! extern ILString * _IL_Enum_FormatEnumWithFlags(ILExecThread * _thread, 
ILObject * _p1, ILObject * _p2);
! extern ILString * _IL_Enum_GetEnumName(ILExecThread * _thread, ILObject * 
_p1, ILObject * _p2);
! extern ILObject * _IL_Enum_EnumIntToObject(ILExecThread * _thread, ILObject * 
_p1, ILInt32 _p2);
! extern ILObject * _IL_Enum_GetEnumValueFromName(ILExecThread * _thread, 
ILObject * _p1, ILString * _p2, ILBool _p3);
[...1236 lines suppressed...]
! extern ILBool _IL_SocketMethods_GetMulticastOption(ILExecThread * _thread, 
ILNativeInt handle, ILInt32 af, ILInt32 name, System_Array * group, 
System_Array * mcint);
! extern ILBool _IL_SocketMethods_DiscoverIrDADevices(ILExecThread * _thread, 
ILNativeInt handle, System_Array * buf);
  extern ILInt32 _IL_SocketMethods_GetErrno(ILExecThread * _thread);
! extern ILString * _IL_SocketMethods_GetErrnoMessage(ILExecThread * _thread, 
ILInt32 error);
  extern ILBool _IL_SocketMethods_CanStartThreads(ILExecThread * _thread);
! extern ILBool _IL_SocketMethods_QueueCompletionItem(ILExecThread * _thread, 
ILObject * callback, ILObject * state);
  extern ILObject * _IL_SocketMethods_CreateManualResetEvent(ILExecThread * 
_thread);
! extern void _IL_SocketMethods_WaitHandleSet(ILExecThread * _thread, ILObject 
* waitHandle);
  
! extern ILInt32 _IL_IPAddress_HostToNetworkOrder_i(ILExecThread * _thread, 
ILInt32 host);
! extern ILInt32 _IL_IPAddress_NetworkToHostOrder_i(ILExecThread * _thread, 
ILInt32 network);
! extern ILInt64 _IL_IPAddress_HostToNetworkOrder_l(ILExecThread * _thread, 
ILInt64 host);
! extern ILInt16 _IL_IPAddress_HostToNetworkOrder_s(ILExecThread * _thread, 
ILInt16 host);
! extern ILInt64 _IL_IPAddress_NetworkToHostOrder_l(ILExecThread * _thread, 
ILInt64 network);
! extern ILInt16 _IL_IPAddress_NetworkToHostOrder_s(ILExecThread * _thread, 
ILInt16 network);
  
! extern ILBool _IL_Dns_InternalGetHostByName(ILExecThread * _thread, ILString 
* host, ILString * * h_name, System_Array * * h_aliases, System_Array * * 
h_addr_list);
! extern ILBool _IL_Dns_InternalGetHostByAddr(ILExecThread * _thread, ILInt64 
address, ILString * * h_name, System_Array * * h_aliases, System_Array * * 
h_addr_list);
  
  extern ILUInt8 * _IL_CodeTable_GetAddress(ILExecThread * _thread, ILObject * 
_p1, ILInt64 _p2);

Index: int_table.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/engine/int_table.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -C2 -d -r1.88 -r1.89
*** int_table.c 19 Sep 2003 02:12:44 -0000      1.88
--- int_table.c 30 Sep 2003 00:36:33 -0000      1.89
***************
*** 1275,1278 ****
--- 1275,1286 ----
  #endif
  
+ #ifndef _IL_AsyncResult_suppressed
+ 
+ IL_METHOD_BEGIN(AsyncResult_Methods)
+       IL_METHOD("SetOutParams", 
"(oSystem.Delegate;[oSystem.Object;[oSystem.Object;)V", 
_IL_AsyncResult_SetOutParams, marshal_vpppp)
+ IL_METHOD_END
+ 
+ #endif
+ 
  #if !defined(HAVE_LIBFFI)
  
***************
*** 2884,2887 ****
--- 2892,2898 ----
  #ifndef _IL_AssemblyName_suppressed
        {"AssemblyName", "System.Reflection", AssemblyName_Methods},
+ #endif
+ #ifndef _IL_AsyncResult_suppressed
+       {"AsyncResult", "System.Runtime.Remoting.Messaging", 
AsyncResult_Methods},
  #endif
  #ifndef _IL_BitConverter_suppressed





reply via email to

[Prev in Thread] Current Thread [Next in Thread]