Example 2: IDL Specification
module Counter{
interface Count {
attribute long sum;
void initSum(in long value);
long increment();
};
};
Note: This code is provided by developer and passed to idltojava pre-compiler
Previous slide
Next slide
Back to first slide
View graphic version