change to private section

This commit is contained in:
2024-08-28 17:21:11 +03:00
parent af8c096c7a
commit a0454b809d

View File

@@ -38,6 +38,7 @@
class PIP_EXPORT PIStateBase {
friend class PIStateMachine;
friend class PITransitionBase;
friend class PIStateFinal;
public:
PIStateBase(const PIString & n = {}): name_(n) { ; }
@@ -76,7 +77,7 @@ public:
PIVector<PIStateBase *> gatherStates();
protected:
private:
bool start(bool force = false);
void setActive(bool yes);
void setActiveRecursive(bool yes);