Archived

This forum has been archived. Please start a new discussion on GitHub.

How to pass a List<String> into .ice method parameters?

Hi,
I'm trying to send a list of String using RMI, but I dont know how to implement the ice file. Can someone help me with that?
My code for the ice file is:
module Demo { interface ListTransfer { void transfer(list<string> list); }; };

Comments