|
|
|
@ -124,8 +124,8 @@ public: |
|
|
|
bool TestPrimitiveOut(CS_OUT float* f); |
|
|
|
bool TestPrimitiveOut(CS_OUT float* f); |
|
|
|
bool TestPrimitiveOutRef(CS_OUT float& f); |
|
|
|
bool TestPrimitiveOutRef(CS_OUT float& f); |
|
|
|
|
|
|
|
|
|
|
|
bool TestPrimitiveInOut(CS_IN_OUT int* i); |
|
|
|
bool TestPrimitiveInOut(CS_IN_OUT int* i); |
|
|
|
bool TestPrimitiveInOutRef(CS_IN_OUT int& i); |
|
|
|
bool TestPrimitiveInOutRef(CS_IN_OUT int& i); |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
class DLL_API AbstractFoo |
|
|
|
class DLL_API AbstractFoo |
|
|
|
|