summaryrefslogtreecommitdiff
path: root/inc/TDocStd_ApplicationDelta.lxx
blob: afb7bdcee0d496ea9bea5f42c1d459a407ffa84c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// File:      TDocStd_ApplicationDelta.lxx
// Created:   21.11.02 14:40:25
// Author:    Vladimir ANIKIN
// Copyright: Open CASCADE 2002

//=======================================================================
//function : GetDocuments
//purpose  : 
//=======================================================================

inline TDocStd_SequenceOfDocument& TDocStd_ApplicationDelta::GetDocuments()
{
  return myDocuments;
}

//=======================================================================
//function : GetName
//purpose  : 
//=======================================================================

inline const TCollection_ExtendedString& TDocStd_ApplicationDelta::GetName() const
{
  return myName;
}

//=======================================================================
//function : SetName
//purpose  : 
//=======================================================================

inline void TDocStd_ApplicationDelta::SetName(const TCollection_ExtendedString& theName)
{
  myName = theName;
}