Suggest adding a typedefed ProxyType in slice2cpp?

in Comments
Happy new year!
When I create a template class ,such as:
When I create a template class ,such as:
template <typename T> class ProxyWrapper { public: T::ProxyType proxy(); };a STL style typedef : ProxyType will help me do these things easier. Otherwise I cann't get proxy type from T because T's proxy declared in another namespace IceProxy.......
0
Comments
Thanks for the suggestion! We'll add this typedef in a future Ice release.
Best regards,
Bernard
This feature will be available in Ice 3.1
Regards,
Dwayne