Need of a new coding convention

2007-10-28 Thread senaka
As you see, axis2_bool_t, has two values, AXIS2_TRUE and AXIS2_FALSE that corresponds to true and false respectively. Now when such a type is compared in an 'if' or a 'while' as in, if (..statement..) or while (..statement..) there are two mechanisms used. That is, lets assume myVar = AXIS2_TRUE;

Re: Need of a new coding convention

2007-10-30 Thread Damitha Kumarage
[EMAIL PROTECTED] wrote: As you see, axis2_bool_t, has two values, AXIS2_TRUE and AXIS2_FALSE that corresponds to true and false respectively. Now when such a type is compared in an 'if' or a 'while' as in, if (..statement..) or while (..statement..) there are two mechanisms used. That is, lets