change to private section
This commit is contained in:
@@ -38,6 +38,7 @@
|
|||||||
class PIP_EXPORT PIStateBase {
|
class PIP_EXPORT PIStateBase {
|
||||||
friend class PIStateMachine;
|
friend class PIStateMachine;
|
||||||
friend class PITransitionBase;
|
friend class PITransitionBase;
|
||||||
|
friend class PIStateFinal;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
PIStateBase(const PIString & n = {}): name_(n) { ; }
|
PIStateBase(const PIString & n = {}): name_(n) { ; }
|
||||||
@@ -76,7 +77,7 @@ public:
|
|||||||
|
|
||||||
PIVector<PIStateBase *> gatherStates();
|
PIVector<PIStateBase *> gatherStates();
|
||||||
|
|
||||||
protected:
|
private:
|
||||||
bool start(bool force = false);
|
bool start(bool force = false);
|
||||||
void setActive(bool yes);
|
void setActive(bool yes);
|
||||||
void setActiveRecursive(bool yes);
|
void setActiveRecursive(bool yes);
|
||||||
|
|||||||
Reference in New Issue
Block a user