change to private section
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user