~vcs-imports/simias/trunk

« back to all changes in this revision

Viewing changes to simias/tools/gsoap/gsoap-linux-2.7/mod_gsoap/gsoap_win/isapi/samples/dime/stdsoap2.def

  • Committer: kalidasbala
  • Date: 2007-08-25 12:48:51 UTC
  • Revision ID: vcs-imports@canonical.com-20070825124851-vlfvzun3732ld196
Latest gsoap code update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
; soapcpp2.def : Declares the module parameters for a gsoap server DLL.
 
2
 
 
3
DESCRIPTION  'gosap server dll'
 
4
 
 
5
EXPORTS
 
6
    ; we must export what the gsoap isapi extension needs for loading us and working with us.
 
7
        soap_init       PRIVATE
 
8
        soap_serve  PRIVATE
 
9
        soap_delete PRIVATE
 
10
        soap_done       PRIVATE
 
11
        soap_end        PRIVATE
 
12
        soap_register_plugin_arg PRIVATE
 
13
        soap_lookup_plugin PRIVATE
 
14
        
 
15
        mod_gsoap_init PRIVATE      ; initializer called before loading
 
16
        mod_gsoap_terminate PRIVATE ; called before uploading 
 
 
b'\\ No newline at end of file'