mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-07 18:30:55 +03:00
24 lines
428 B
C++
Executable File
24 lines
428 B
C++
Executable File
// Copyright: Matra-Datavision 1995
|
|
// File: SelectBasics_EntityOwner.cxx
|
|
// Created: Thu Feb 9 15:19:46 1995
|
|
// Author: Mister rmi
|
|
// <rmi>
|
|
|
|
|
|
#include <SelectBasics_EntityOwner.ixx>
|
|
|
|
|
|
//========================================
|
|
// Function : Create
|
|
// Purpose :
|
|
//========================================
|
|
SelectBasics_EntityOwner
|
|
::SelectBasics_EntityOwner (const Standard_Integer aPriority):
|
|
mypriority(aPriority)
|
|
{}
|
|
|
|
|
|
|
|
|
|
|