Commit f2c62fb3 authored by mullers's avatar mullers
Browse files

svn keywords URL and Id added

parent acf632c8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/** 
 *  @author   ETSI
 *  @version  $Id$
 *  @version  $URL$
 *            $Id$
 *  @desc     A collection of functions for abstract data types which may be
 *            useful in the implementation of any TTCN-3 test suite.
 *  @remark   End users should be aware that any changes made to the  in
+2 −1
Original line number Diff line number Diff line
/**
 *  @author   ETSI
 *  @version  $Id$
 *  @version  $URL$
 *            $Id$
 *  @desc     A collection of basic type and value definitions which may be 
 *            useful in the implementation of any TTCN-3 test suite. <br><br>
 *  @remark   End users should be aware that any changes made to the  in
+2 −1
Original line number Diff line number Diff line
/**
 *
 *  @author   ETSI
 *  @version  $Id$
 *  @version  $URL$
 *            $Id$
 *  @desc     A collection of data string type and value definitions which
 *            may be useful in the implementation of any TTCN-3 test
 *            suite. "Data string" refers to TTCN-3 hexstring, octetstring
+1136 −1135
Original line number Diff line number Diff line
/**
 *  @author   ETSI
 *  @version  $Id$
 *  @version  $URL$
 *            $Id$
 *  @desc     This module implements _one_ generic synchronization mechanism
 *            for TTCN-3 test cases with one or more test components.
 *            Key concept is here that one test component acts as a
+2 −1
Original line number Diff line number Diff line
/**
 *  @author   ETSI
 *  @version  $Id$
 *  @version  $URL$
 *            $Id$
 *  @desc     A collection of text string type and value definitions which
 *            may be useful in the implementation of any TTCN-3 test
 *            suite. "Text string" refers to TTCN-3 charstring and universal
Loading