Index: inc/udm/entity.hxx =================================================================== RCS file: /cvs/tools/udm/inc/udm/entity.hxx,v retrieving revision 1.1 diff -u -b -B -p -r1.1 entity.hxx --- inc/udm/entity.hxx 14 May 2002 08:29:32 -0000 1.1 +++ inc/udm/entity.hxx 22 Feb 2003 13:37:44 -0000 @@ -144,7 +144,7 @@ namespace udm { template -inline const Entity::data_type & +inline const typename Entity::data_type & Entity::MyData() const { return static_cast< data_type& >(*aObj); } Index: inc/udm/tt_basics.hxx =================================================================== RCS file: /cvs/tools/udm/inc/udm/tt_basics.hxx,v retrieving revision 1.1 diff -u -b -B -p -r1.1 tt_basics.hxx --- inc/udm/tt_basics.hxx 14 May 2002 08:29:33 -0000 1.1 +++ inc/udm/tt_basics.hxx 22 Feb 2003 13:37:44 -0000 @@ -122,7 +122,7 @@ basictype_traits::do_ConnectOrigin template -DYN basictype_traits::source_type * +typename DYN basictype_traits::source_type * basictype_traits::do_CreateObject() const { return new source_type();