Commit d5d64bb9 authored by tepelmann's avatar tepelmann
Browse files

Container module importing all known LibIms modules in a public way, so the...

Container module importing all known LibIms modules in a public way, so the imports will be visible for all modules importing the LibIms_Library module.
parent fc5cef48
Loading
Loading
Loading
Loading
+15 −0
Original line number Original line 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