2002-07-23 Duncan Mak <duncan@ximian.com>
authorDuncan Mak <duncan@mono-cvs.ximian.com>
Tue, 23 Jul 2002 03:54:52 +0000 (03:54 -0000)
committerDuncan Mak <duncan@mono-cvs.ximian.com>
Tue, 23 Jul 2002 03:54:52 +0000 (03:54 -0000)
* list:
* unix.args: Added new Attributes in
System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging.

* HeaderHandler.cs: Added.

svn path=/trunk/mcs/; revision=6060

mcs/class/corlib/ChangeLog
mcs/class/corlib/System.Runtime.Remoting.Messaging/ChangeLog
mcs/class/corlib/System.Runtime.Remoting.Messaging/HeaderHandler.cs [new file with mode: 0644]
mcs/class/corlib/unix.args

index 29a5a97d945e8e2a63dafbb422b4be86b63f4bee..d5f5d79aa824500cc28a4f3f7aee1256ee6195a0 100644 (file)
@@ -1,7 +1,8 @@
 2002-07-23  Duncan Mak  <duncan@ximian.com>
 
        * list: 
-       * unix.args: Added new Attributes in System.Runtim.CompilerServices.
+       * unix.args: Added new Attributes in
+       System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging.
 
        * System.Runtime.Remoting.Proxies/ProxyAttribute.cs: Added.
 
index 1ba73d5b75e137060185a141b637aa32ef1a716c..8e62981852a628071e3c830d1502682289e181b6 100644 (file)
@@ -1,5 +1,7 @@
 2002-07-23  Duncan Mak  <duncan@ximian.com>
 
+       * HeaderHandler.cs: Added.
+
        * IRemotingFormatter.cs: Added to CVS.
 
        * IMethodMessage.cs: IMethodMessage inherits from IMessage.
diff --git a/mcs/class/corlib/System.Runtime.Remoting.Messaging/HeaderHandler.cs b/mcs/class/corlib/System.Runtime.Remoting.Messaging/HeaderHandler.cs
new file mode 100644 (file)
index 0000000..bb482f5
--- /dev/null
@@ -0,0 +1,13 @@
+//
+// System.Runtime.Remoting.Messaging.HeaderHandler.cs
+//
+// Author: Duncan Mak  (duncan@ximian.com)
+//
+// (C) Copyright Ximian, Inc. 2002
+//
+
+namespace System.Runtime.Remoting.Messaging {
+
+       [Serializable]
+       public delegate object HeaderHandler (Header[] headers);
+}
index 530cd8b427411a39d96527e535fd332a6d51606f..177faddc090c804f4342937a30404ec5fdcab431 100755 (executable)
@@ -457,6 +457,7 @@ System.Runtime.Remoting.Contexts/IDynamicProperty.cs
 System.Runtime.Remoting.Contexts/SynchronizationAttribute.cs
 System.Runtime.Remoting.Messaging/AsyncResult.cs
 System.Runtime.Remoting.Messaging/Header.cs
+System.Runtime.Remoting.Messaging/HeaderHandler.cs
 System.Runtime.Remoting.Messaging/IMessage.cs
 System.Runtime.Remoting.Messaging/IMessageCtrl.cs
 System.Runtime.Remoting.Messaging/IMessageSink.cs