|
From: Frank V. C. <fr...@us...> - 2001-02-25 15:18:41
|
Update of /cvsroot/corelinux/clfw/src/testdrivers/exf1
In directory usw-pr-cvs1:/tmp/cvs-serv19666/src/testdrivers/exf1
Modified Files:
examp1.cpp
Log Message:
233863 Completing Array
Index: examp1.cpp
===================================================================
RCS file: /cvsroot/corelinux/clfw/src/testdrivers/exf1/examp1.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** examp1.cpp 2001/02/24 16:28:07 1.27
--- examp1.cpp 2001/02/25 15:19:52 1.28
***************
*** 321,325 ****
{
UserTypePtr aType( new UserType );
- UserTypePtr aType1( new UserType );
UniversalIdentifier aId;
UnsignedShortIntegerPtr aValue( new UnsignedShortInteger(8) );
--- 321,324 ----
***************
*** 329,337 ****
dumpTypeInformation( aType );
-
- Array myArray;
- myArray = aType;
-
- myArray.putFront( aType1 );
//
--- 328,331 ----
|