Reshuffling directories to separate include and sources, part one.
[fail.git] / include / core / awic / method.h
blobc2e471f5715fe3375afd1768d9ed7385664f7238
1 #ifndef AWFUL_AIC_METHOD_H_
2 #define AWFUL_AIC_METHOD_H_
4 #include "core/idlast/class.h"
6 namespace awful { namespace awic
8 void GenerateMethodTraits( std::ostream& Out_,
9 const idlast::Class* pClass_,
10 const idlast::Method* pMtd_,
11 bool bStatic_ );
13 void GenerateCtorTraits( std::ostream& Out_,
14 const idlast::Class* pClass_,
15 bool bStruct_ );
18 #endif