AW: Solving a dependency circle
"Christian, Martin, OPEE45" <[email protected]>
| Newsgroups | gmane.comp.micro-kernel.l4.l4ka.general |
|---|---|
| Message-ID | <[email protected]> |
I just found one solution: -> Copy Beta.h to Arch_Beta.h -> Write a new Beta.h: <Beta.h> #ifndef BETA_H_ #define BETA_H_ #include "Arch_Beta.h" #include "Alpha_inline.h" #endif /*BETA_H_*/ </Beta.h> If you find another solution without creating a new file, I'll be happy to read! :-) Now, let's see if my model was right .... Cheers, Martin.