git-svn-id: svn://10.65.10.50/branches/R_10_00@22895 c028cbd2-c16b-5b4b-a496-9718f37d4682
9 lines
234 B
C
9 lines
234 B
C
#ifndef __PE1500_H
|
|
#define __PE1500_H
|
|
|
|
const TString& pe_trova_elaborazione(const TRectype& doc);
|
|
const TString& pe_trova_elaborazione(const TMask& doc);
|
|
bool pe_genera_ordine(TRectype& doc, const TString& codelab);
|
|
|
|
#endif
|