| /////////////////////////////////////////////////////////////////////////////// | 
 | //                                                                           // | 
 | // 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_Buffer_Definitions | 
 | //  | 
 | //  Purpose: | 
 | //    This module contains type definitions for TTCN-3 EPTF_Buffer implementation. | 
 | //  | 
 | //  Module Parameters: | 
 | //    - | 
 | // | 
 | //  Module depends on: | 
 | //    - | 
 | //  | 
 | //  Current Owner: | 
 | //    Jozsef Gyurusi (ethjgi) | 
 | //  | 
 | //  Last Review Date: | 
 | //    2010-06-2x | 
 | // | 
 | //  Detailed Comments: | 
 | //    This module contains type definitions for TTCN-3 EPTF_Buffer implementation. | 
 | //    EPTF_Buffer makes it possible to use Titan's TTCN_Buffer from TTCN-3. | 
 | //  | 
 | /////////////////////////////////////////////////////////////// | 
 | module EPTF_CLL_Buffer_Definitions { | 
 |  | 
 | import from EPTF_CLL_Base_Definitions all; | 
 |  | 
 | type octetstring EPTF_Buffer; | 
 |  | 
 |  type component EPTF_Buffer_CT extends EPTF_Base_CT { | 
 |     private var boolean 	v_EPTF_Buffer_initialized := false; | 
 |  } | 
 |  | 
 | } //module EPTF_CLL_Buffer_Definitions |