Riportate sul main trunk le modifiche alla funzione set_relation
git-svn-id: svn://10.65.10.50/trunk@6006 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
a7e6506e77
commit
c617d992bc
@ -73,6 +73,11 @@ const TString& TFile_text::fpicture(const TTracciato_campo &tc ) const
|
||||
|
||||
|
||||
//////////////////////////////////////// TTracciato_record ////////////////////////////////////////
|
||||
void TTracciato_record::set_relation(TRelation * rel)
|
||||
{
|
||||
_rel = rel;
|
||||
}
|
||||
|
||||
TObject* TTracciato_record::dup() const
|
||||
{
|
||||
TTracciato_record* t = new TTracciato_record(*this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user