encapsulation (#335)

Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
rusefillc 2024-01-07 15:32:41 -05:00 committed by GitHub
parent 26f57fd226
commit c7a79619e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,11 +60,11 @@ public:
int size(void) const; int size(void) const;
scheduling_s *getElementAtIndexForUnitText(int index); scheduling_s *getElementAtIndexForUnitText(int index);
scheduling_s * getHead(); scheduling_s * getHead();
void assertListIsSorted() const;
scheduling_s* getFreeScheduling(); scheduling_s* getFreeScheduling();
void tryReturnScheduling(scheduling_s* sched); void tryReturnScheduling(scheduling_s* sched);
private: private:
void assertListIsSorted() const;
/** /**
* this list is sorted * this list is sorted
*/ */