Archived

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

a puzzle

I have read some part of the document and executed some examples.
I have a question.If I add a new servant,shall I need to rewrite the *.ice and recompile the *.ice?

Comments

  • benoit
    benoit Rennes, France
    Hi,

    It's not totally clear to me what you're asking, perhaps you could post an example of the modifications you want to do to the Slice or your program?

    In any case, you need to modify and re-compile the Slice files only if you add, remove, modify Slice types (interfaces, classes, etc.). If you implement a servant, you just need to compile the code of the servant.

    Cheers,
    Benoit.