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