[WIP] make 'waiting' status a 'virtual' status

This commit is contained in:
Dustin J. Mitchell
2021-08-08 02:08:43 +00:00
committed by Tomas Babej
parent 20041c120e
commit 901283c79f
7 changed files with 50 additions and 32 deletions

View File

@@ -114,6 +114,7 @@ public:
bool is_udaPresent () const;
bool is_orphanPresent () const;
#endif
bool is_waiting () const;
status getStatus () const;
void setStatus (status);