/[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.4 by npg, Wed Aug 20 10:56:30 2003 UTC revision 1.1.4.5 by csmith, Sat Aug 23 17:42:49 2003 UTC
# Line 33  using DotGNU.DGEE.Protocols.XmlRpc; Line 33  using DotGNU.DGEE.Protocols.XmlRpc;
33    
34  namespace DotGNU.DGEE.Protocols  namespace DotGNU.DGEE.Protocols
35  {  {
36  public abstract class ProtocolService  public  class ProtocolService
37  {  {
38    static protected IProtocolHandler handler;    static protected IProtocolHandler handler;
39    static protected bool dgeeDebug = false;        static protected bool dgeeDebug = false;    
40    
41    
42    /// this method is the entry point for the pnetvm    /// this method is the entry point for the pnetvm
43    public static String DGEE_run( String []args )    public static String DGEE_run( String []args )
44    {    {
# Line 99  public abstract class ProtocolService Line 100  public abstract class ProtocolService
100      minfo = ac.ResolveMethod( type,      minfo = ac.ResolveMethod( type,
101                                (method != null) ? method : ((XmlRpcMethod)rMethod).Name);                                (method != null) ? method : ((XmlRpcMethod)rMethod).Name);
102    
103      Object result = minfo.Invoke( null, rMethod.ToArray() );      Object result = minfo.Invoke(null, ((XmlRpcMethod)rMethod).ToArray() );
104                
105      // Send reply back via the Protocol's response handler      // Send reply back via the Protocol's response handler
106      // implementation      // implementation

Legend:
Removed from v.1.1.4.4  
changed lines
  Added in v.1.1.4.5

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