blob: ff0bccb21c9e624f2e6f1d8af61659a80c4a6abf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// File: AIS_NListIteratorOfListTransient.hxx
// Created: Sun May 04 18:17:58 2003
// Author: Alexander Grigoriev (a-grigoriev@opencascade.com)
#ifndef _AIS_NListIteratorOfListTransient_HeaderFile
#define _AIS_NListIteratorOfListTransient_HeaderFile
#include <AIS_NListTransient.hxx>
typedef AIS_NListTransient::Iterator AIS_NListIteratorOfListTransient;
#endif
|