mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
"endl" manipulator for Message_Messenger is renamed to "Message_EndLine". The following entities from std namespace are now used with std:: explicitly specified (from Standard_Stream.hxx): std::istream,std::ostream,std::ofstream,std::ifstream,std::fstream, std::filebuf,std::streambuf,std::streampos,std::ios,std::cout,std::cerr, std::cin,std::endl,std::ends,std::flush,std::setw,std::setprecision, std::hex,std::dec.
======================================================================== Open CasCade Application Framework samples ======================================================================== The provided in this directory set of samples dedicated to get initial knowledge about typical actions with OCAF services. All samples are compilable, but the method 'Sample()' of each file is not dedicated for execution 'as is'. Rather it can be considered as set of logical actions using some OCAF service. It may be useful for newcomers.