/[dgee]/dgee/cslib/DotGNU/DGEE/WebServiceInvoker.cs
ViewVC logotype

Diff of /dgee/cslib/DotGNU/DGEE/WebServiceInvoker.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.2.2.1 by npg, Wed Jul 23 11:26:00 2003 UTC revision 1.1.2.2.2.1.2.1 by npg, Mon Jul 28 19:16:36 2003 UTC
# Line 36  namespace DotGNU.DGEE Line 36  namespace DotGNU.DGEE
36    ///   by the VM.    ///   by the VM.
37    /// </summary>    /// </summary>
38    ///    ///
39      
40    public abstract class WebServiceInvoker    public abstract class WebServiceInvoker
41    {    {
42      protected IWebServiceReplyHandler replyHandler;      protected IWebServiceReplyHandler replyHandler;
# Line 61  namespace DotGNU.DGEE Line 62  namespace DotGNU.DGEE
62      }      }
63    
64      /// Handles the Request Stream      /// Handles the Request Stream
65      public void Run( String request )      public void Run( IWebServiceRequest request )
66      {      {
67        try {        try {
68          // process the request via its request handler          // process the request via its request handler

Legend:
Removed from v.1.1.2.2.2.1  
changed lines
  Added in v.1.1.2.2.2.1.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26