Count Example: IDL Specification
Module Counter {
interface Count { // our object
attribute long sum; // current count value
long increment(); // does sum++
};
}
Note: this code is provided by developer and
passed to IDL->XXX language pre-compiler
Previous slide
Next slide
Back to first slide
View graphic version