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

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

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

revision 1.1.2.2 by csmith, Sat Aug 30 19:59:25 2003 UTC revision 1.1.2.3 by csmith, Fri Sep 12 15:58:40 2003 UTC
# Line 37  namespace DotGNU.DGEE.Protocols Line 37  namespace DotGNU.DGEE.Protocols
37      public Type ResolveType( String type )      public Type ResolveType( String type )
38          {          {
39            Type svcType = Type.GetType( type );            Type svcType = Type.GetType( type );
40    #ifdef __DEBUG__
41        Console.WriteLine( "Request Proc ThisType: {0}", svcType.ToString() );        Console.WriteLine( "Request Proc ThisType: {0}", svcType.ToString() );
42    #endif
43            return svcType;            return svcType;
44          }          }
45    
# Line 70  namespace DotGNU.DGEE.Protocols Line 72  namespace DotGNU.DGEE.Protocols
72        // Scan methods in class, looking for the requested        // Scan methods in class, looking for the requested
73        //        //
74        foreach(MethodInfo method in methods) {        foreach(MethodInfo method in methods) {
75    #ifdef __DEBUG__
76          Console.WriteLine( "Method: {0}", method.Name );          Console.WriteLine( "Method: {0}", method.Name );
77    #endif
78    
79          if( method.Name != methodname ) continue;          if( method.Name != methodname ) continue;
80          // See if method is a Webservice (indicated by attribute)          // See if method is a Webservice (indicated by attribute)

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

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