]>
Commit | Line | Data |
---|---|---|
beb15981 A |
1 | module Dispatch { |
2 | requires blocks | |
3 | export * | |
4 | link "dispatch" | |
beb15981 A |
5 | } |
6 | ||
7 | module DispatchIntrospection [system] [extern_c] { | |
8 | header "introspection.h" | |
9 | export * | |
10 | } | |
11 | ||
12 | module CDispatch [system] [extern_c] { | |
13 | umbrella header "dispatch.h" | |
beb15981 A |
14 | export * |
15 | requires blocks | |
16 | link "dispatch" | |
beb15981 | 17 | } |