blob: e3732c1f94d35f84c648fed1c60e73e555d60d74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
// File: TDF_Delta.cxx
// -------------
// Author: Sergey RUIN
// Copyright: Matra Datavision 2001
#include <TDocStd_CompoundDelta.ixx>
//=======================================================================
//function : TDocStd_CompoundDelta
//purpose :
//=======================================================================
TDocStd_CompoundDelta::TDocStd_CompoundDelta() {}
|