Loading ttcn/LibIms_Library.ttcn 0 → 100644 +15 −0 Original line number Diff line number Diff line /** * @author STF471 * @version $Id: LibSip_Steps.ttcn 614 2014-07-07 10:01:14Z tepelmann $ * @desc This module provides all modules of the LibIms as public imports. * Importing this module will automatically import all here listed modules, * no other LibIms_xxx module import needed in this case. */ module LibIms_Library { import from LibIms_Interface all; import from LibIms_SIPTypesAndValues all; import from LibIms_Steps all; import from LibIms_Templates all; } No newline at end of file Loading
ttcn/LibIms_Library.ttcn 0 → 100644 +15 −0 Original line number Diff line number Diff line /** * @author STF471 * @version $Id: LibSip_Steps.ttcn 614 2014-07-07 10:01:14Z tepelmann $ * @desc This module provides all modules of the LibIms as public imports. * Importing this module will automatically import all here listed modules, * no other LibIms_xxx module import needed in this case. */ module LibIms_Library { import from LibIms_Interface all; import from LibIms_SIPTypesAndValues all; import from LibIms_Steps all; import from LibIms_Templates all; } No newline at end of file