diff options
| author | Manuel Traut <manut@mecka.net> | 2014-03-31 16:53:55 +0200 |
|---|---|---|
| committer | Manuel Traut <manut@mecka.net> | 2014-03-31 16:53:55 +0200 |
| commit | 1adba473e6917b227e1b0a1118148101dca202e7 (patch) | |
| tree | 13180ede9564ba50c528b274ee5719b4e030ef06 /quellcode/versuch1/dot.dot | |
| parent | eacbf5bb4d57af21c731f41251015d3b991ad490 (diff) | |
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'quellcode/versuch1/dot.dot')
| -rwxr-xr-x | quellcode/versuch1/dot.dot | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/quellcode/versuch1/dot.dot b/quellcode/versuch1/dot.dot new file mode 100755 index 0000000..793fcbb --- /dev/null +++ b/quellcode/versuch1/dot.dot @@ -0,0 +1,15 @@ +graph G { + TAO -- _get_component_Put_Upcall_Command; + TAO -- _is_a_Put_Upcall_Command; + TAO -- _non_existent_Put_Upcall_Command; + TAO -- _repository_id_Put_Upcall_Command; + TAO -- allPorts_Put; + POA_benchmark -- benchmark_Put_i; + TAO -- connect_Put; + TAO -- onePort_Put; + PortableServer -- Put; + Put -- Put_tie; + TAO_Perfect_Hash_OpTable -- TAO_benchmark_Put_Perfect_Hash_OpTable; + CPX -- benchmark_Put_i [style=dotted]; +} + |
