|
Last change
on this file since 57 was
52,
checked in by meunier, 13 years ago
|
|
Code formatting in all source files.
|
|
File size:
1.1 KB
|
| Rev | Line | |
|---|
| [1] | 1 | /*------------------------------------------------------------\ |
|---|
| 2 | | | |
|---|
| 3 | | Tool : systemcass | |
|---|
| 4 | | | |
|---|
| 5 | | File : graph_cass.h | |
|---|
| 6 | | | |
|---|
| 7 | | Author : Pétrot Frédéric | |
|---|
| 8 | | Taktak Sami | |
|---|
| 9 | | Buchmann Richard | |
|---|
| 10 | | | |
|---|
| 11 | | Date : 09_07_2004 | |
|---|
| 12 | | | |
|---|
| 13 | \------------------------------------------------------------*/ |
|---|
| 14 | #ifndef __GRAPH_CASS_H__ |
|---|
| 15 | #define __GRAPH_CASS_H__ |
|---|
| 16 | |
|---|
| 17 | #include "graph.h" |
|---|
| 18 | |
|---|
| 19 | namespace sc_core { |
|---|
| 20 | |
|---|
| 21 | /* A unique exported function from all that */ |
|---|
| [52] | 22 | extern Graph * makegraph(const method_process_list_t *); |
|---|
| 23 | extern bool graph2dot(const char *, const Graph&); |
|---|
| [1] | 24 | |
|---|
| 25 | } // end of sc_core namespace |
|---|
| 26 | |
|---|
| 27 | #endif /* __GRAPH_CASS_H__ */ |
|---|
| 28 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.