#ifndef _templateInstancePropety #define _templateInstancePropety #include #include struct templateInstanceProperty{ char * namepace; char * value; }; #endif