blob: cd4366678a5c74568ab641d5b5413eae9fb9af8f (
plain)
1
2
3
4
5
6
|
#include <IFSelect_Transformer.ixx>
Standard_Boolean IFSelect_Transformer::ChangeProtocol
(Handle(Interface_Protocol)& ) const
{ return Standard_False; } // par defaut, protocole inchange
|