/[dgee]/dgee/pnetvm/pnetvm.h
ViewVC logotype

Diff of /dgee/pnetvm/pnetvm.h

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

revision 1.1.1.1 by csmith, Fri Jan 10 22:58:29 2003 UTC revision 1.2 by csmith, Sun Sep 21 10:37:59 2003 UTC
# Line 24  Line 24 
24    
25  extern char *dgeebase;  extern char *dgeebase;
26    
27    /* namespace and class handling the protocol */
28    #define PROTOCOL_TYPE_NAME "DotGNU.DGEE.Protocols.XmlRpcService"
29    
30    /* actual executable of the protocol service */
31    #define PROTOCOL_SERVICE "XmlRpcService.exe"
32    
33  #ifdef  __cplusplus  #ifdef  __cplusplus
34  extern  "C" {  extern  "C" {
35  #endif  #endif
36    
37  int   pnetvm_entry        (int argc, char *argv[]);  int   pnetvm_entry        (char* invoke);
38  void  pnetvm_cleanup      ( );  void  pnetvm_cleanup      ( );
39  char *pnetvm_get_reply_xml( );  char *pnetvm_get_reply_xml (int argc, char *argv[]);
40    
41  #ifdef  __cplusplus  #ifdef  __cplusplus
42  };  };

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

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