summaryrefslogtreecommitdiff
path: root/inc/AIS_NListTransient.hxx
blob: f5b4b6e42563dba6d48e536b0993b89b8956c5f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// File:	AIS_NListTransient.hxx
// Created:	Sun May 04 18:13:54 2003
// Author:      Alexander Grigoriev (a-grigoriev@opencascade.com)

#ifndef _AIS_NListTransient_HeaderFile
#define _AIS_NListTransient_HeaderFile

#include <Standard_Transient.hxx>
#include <NCollection_StdBase.hxx>
#include <NCollection_DefineList.hxx>

DEFINE_LIST   (AIS_NListTransient,
               NCollection_BaseCollTransient,
               Handle(Standard_Transient))

#endif