/* * C言語で記述されたアプリケーションから,TECSベースのテストプログ * ラム用サービスを呼び出すためのアダプタ用セルタイプの定義 * * $Id: tTestServiceAdapter.cdl 429 2020-07-03 10:19:17Z coas-nagasima $ */ [singleton, active] celltype tTestServiceAdapter { call sTestService cTestService; };