116 | | The others don't work. |
117 | | |
118 | | The recurent error is : |
119 | | |
120 | | {{{ |
121 | | ../inc/xpcomreference.hxx: In member function ‘IfaceT* xpcom_uno::XpcomReference<IfaceT>::query(OtherIfaceT*)’: |
122 | | ../inc/xpcomreference.hxx:180: error: ‘::IfaceT’ has not been declared |
123 | | ../inc/xpcomreference.hxx:180: error: ‘COMTypeInfo’ was not declared in this scope |
124 | | ../inc/xpcomreference.hxx:180: error: expected primary-expression before ‘int’ |
125 | | ../inc/xpcomreference.hxx:180: error: expected `)' before ‘int’ |
126 | | ../inc/xpcomreference.hxx: In member function ‘IfaceT* xpcom_uno::XpcomReference<IfaceT>::query_throw(OtherIfaceT*)’: |
127 | | ../inc/xpcomreference.hxx:191: error: ‘::IfaceT’ has not been declared |
128 | | ../inc/xpcomreference.hxx:191: error: ‘COMTypeInfo’ was not declared in this scope |
129 | | ../inc/xpcomreference.hxx:191: error: expected primary-expression before ‘int’ |
130 | | ../inc/xpcomreference.hxx:191: error: expected `)' before ‘int’ |
131 | | }}} |
132 | | |
133 | | |
| 125 | The others don't compile. |