typedef sequence myVector; interface MyIterationInterface { long myIteration( inout myVector snapshot, in long iStart, in long iEnd ); };