GP-2601 Adjustments to setting up callspecs

This commit is contained in:
caheckman 2022-09-26 17:23:48 -04:00
parent a64afa37a7
commit e45be5da7d
10 changed files with 120 additions and 35 deletions

View file

@ -531,6 +531,11 @@ public:
virtual void execute(istream &s);
};
class IfcFixupApply : public IfaceDecompCommand {
public:
virtual void execute(istream &s);
};
class IfcCountPcode : public IfaceDecompCommand {
public:
virtual void execute(istream &s);