作業

針對每個基本(使用者定義)作業建立下列程式碼型樣:

void class::op1() {
   NOTIFY_OPERATION(op1, op1(), 0, op1_SERIALIZE);
      // Instrumentation
   //#[ operation op1()     // Annotation
      // body of the operation as you entered 
   //#]
};

意見回饋