|
From: Frank V. C. <fr...@us...> - 2001-04-25 03:27:25
|
Update of /cvsroot/corelinux/clfw/src/testdrivers/exf1
In directory usw-pr-cvs1:/tmp/cvs-serv12882/src/testdrivers/exf1
Modified Files:
examp1.cpp
Log Message:
Fully functional schema management, work continues on cleanup and example completion
Index: examp1.cpp
===================================================================
RCS file: /cvsroot/corelinux/clfw/src/testdrivers/exf1/examp1.cpp,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** examp1.cpp 2001/04/03 03:00:14 1.34
--- examp1.cpp 2001/04/25 03:27:22 1.35
***************
*** 336,340 ****
dumpTypeInformation( aType );
!
//
--- 336,340 ----
dumpTypeInformation( aType );
! dumpMetaTypeInformation( FrameworkString::getTypeDescriptor() );
//
|