/[dgee]/dgee/cslib/DotGNU/DGEE/Protocols/ProtocolService.cs
ViewVC logotype

Diff of /dgee/cslib/DotGNU/DGEE/Protocols/ProtocolService.cs

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

revision 1.1.4.6 by csmith, Wed Aug 27 00:02:59 2003 UTC revision 1.1.4.7 by csmith, Sat Aug 30 17:51:54 2003 UTC
# Line 97  public abstract  class ProtocolService Line 97  public abstract  class ProtocolService
97      // FIXME - This is hardcoaded as an XmlRpcMethod object      // FIXME - This is hardcoaded as an XmlRpcMethod object
98      //         (yep, for now it is --for simplicity's sake ;) [npg]      //         (yep, for now it is --for simplicity's sake ;) [npg]
99      //      //
100      minfo = ac.ResolveMethod( type,          RequestProc rproc = new RequestProc();
101                                (method != null) ? method : ((XmlRpcMethod)rMethod).Name);  
102        minfo = rproc.ResolveMethod( type, (method != null) ? method : ((XmlRpcMethod)rMethod).Name);
103    
104      Object result = minfo.Invoke(null, ((XmlRpcMethod)rMethod).ToArray() );      Object result = minfo.Invoke(null, ((XmlRpcMethod)rMethod).ToArray() );
105                

Legend:
Removed from v.1.1.4.6  
changed lines
  Added in v.1.1.4.7

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