mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-26 10:19:45 +03:00
21 lines
560 B
C++
Executable File
21 lines
560 B
C++
Executable File
// File: Interface_VectorOfFileParameter.hxx
|
|
// Created: 21.01.08 11:24
|
|
// Author: Galina KULIKOVA
|
|
// Copyright: OpenCASCADE 2008
|
|
|
|
|
|
#ifndef Interface_VectorOfFileParameter_HeaderFile
|
|
#define Interface_VectorOfFileParameter_HeaderFile
|
|
|
|
#include <MMgt_TShared.hxx>
|
|
#include <NCollection_Vector.hxx>
|
|
#include <Interface_FileParameter.hxx>
|
|
|
|
/**
|
|
* Block of comments describing class Interface_VectorOfFileParameter
|
|
*/
|
|
typedef NCollection_Vector<Interface_FileParameter> Interface_VectorOfFileParameter;
|
|
|
|
|
|
#endif
|