blob: d45ff54760b42fe69d08841842ae83b02fe487cd [file] [log] [blame]
///////////////////////////////////////////////////////////////////////////////
// //
// Copyright (c) 2000-2017 Ericsson Telecom AB //
// //
// All rights reserved. This program and the accompanying materials //
// are made available under the terms of the Eclipse Public License v1.0 //
// which accompanies this distribution, and is available at //
// http://www.eclipse.org/legal/epl-v10.html //
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
// Module: EPTF_LGenBaseDemo_Definitions
//
// Purpose:
// This module contains data structures of the Main component.
//
// Module Parameters:
// -
//
// Module depends on:
//
// Current Owner:
// ELSZSKU
//
// Last Review Date:
// 20 - -
//
// Detailed Comments:
//
///////////////////////////////////////////////////////////
module EPTF_LGenBaseDemo_Definitions
{
import from EPTF_LGenBaseDemo_CallerDefinitions all
import from EPTF_LGenBaseDemo_ResponderDefinitions all
import from EPTF_CLL_Base_Definitions all
//Component type of the main component of the demo
type component LGenBaseDemo_CT extends EPTF_Base_CT{
var LGenBaseDemo_Responder_CT v_LGenBaseDemo_responder := null
var LGenBaseDemo_Caller_CT v_LGenBaseDemo_caller := null
}
} // end of module