/* * C言語で記述されたアプリケーションから,TECSベースのシステムログ * 機能を呼び出すためのアダプタ用セルタイプの定義 * * $Id: tSysLogAdapter.cdl 270 2017-02-09 04:03:47Z coas-nagasima $ */ [singleton, active] celltype tSysLogAdapter { call sSysLog cSysLog; };