Missing File, header problems

Currently (Jan 30, 2001) the CVS repository does not contain the TopoDSToStep_DirectModification.hxx header file.   This is a bit confusing, the 'cxx' and 'cdl' files are there, but the header is missing, and the latest adm/ scripts don't compile it.
Is this file obsolete?   Could someone explain?

I also had problems compiling because a few of the member functions defined in PrsStd_ConstraintTools.cxx were not included in the header file, TPrsStd_ConstraintTools.hxx. I put the definitions in by hand just so I could keep going, but what is the real fix? Should this file not get compiled, or should the definitions get added?
If so, I would be happy to send a patch.

Robert

Philippe Poncot's picture

> Currently (Jan 30, 2001) the CVS repository
> does not contain the
> TopoDSToStep_DirectModification.hxx header
> file. This is a bit confusing, the
> 'cxx' and 'cdl' files are there, but the
> header is missing, and the latest adm/
> scripts don't compile it. Is this file
> obsolete? Could someone explain?

Yes , this file are obsolete . The CVS repository is now updated.

> I also had problems compiling because a few of
> the member functions defined in
> PrsStd_ConstraintTools.cxx were not included
> in the header file,
> TPrsStd_ConstraintTools.hxx. I put the
> definitions in by hand just so I could keep
> going, but what is the real fix? Should this
> file not get compiled, or should the
> definitions get added? If so, I would be
> happy to send a patch.

This file should be compiled. Please, could you me a patch to verify if these defnitions should be added or not.

Philippe