blob: 613bc193483fad831e379c60caeb7ea3b3f3fe5e [file] [log] [blame]
///////////////////////////////////////////////////////////////////////////////
// //
// Copyright (c) 2000-2019 Ericsson Telecom AB //
// //
// All rights reserved. This program and the accompanying materials //
// are made available under the terms of the Eclipse Public License v2.0 //
// which accompanies this distribution, and is available at //
// https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html //
// //
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
// Module: EPTF_CLL_Transport_IPsecHandler_Logging_Client_Definitions
//
// Purpose:
// This module contains the implementation of IPSec parameters logging client definitions.
//
// Module Parameters:
// -
//
// Detailed Comments:
// -
//
///////////////////////////////////////////////////////////////////////////////
module EPTF_CLL_Transport_IPsecHandler_Logging_Client_Definitions {
import from EPTF_CLL_Transport_IPsecHandler_Logging_CommonDefinitions all;
import from EPTF_CLL_Transport_IPsecHandler_Logging_Definitions all;
group Types {
type component EPTF_CLL_Transport_IPsecHandler_Logging_Client_CT extends EPTF_CLL_Transport_IPsecHandler_Logging_CT
{
private var boolean v_EPTF_CLL_Transport_IPsecHandler_Logging_IPSec_initialized := false;
private var boolean v_EPTF_CLL_Transport_IPsecHandler_Logging_IPSec_enabled := false;
private port EPTF_CLL_Transport_IPsecHandler_Logging_IPSec_PT EPTF_CLL_Transport_IPsecHandler_Logging_IPSec_PCO;
}
}
}