Change type: PuppetComponent::thread to PuppetThread
This commit is contained in:
@@ -16,7 +16,7 @@ class Body
|
||||
: public sscl::PuppetComponent
|
||||
{
|
||||
public:
|
||||
Body(Mind &parent, const std::shared_ptr<sscl::ComponentThread> &thread);
|
||||
Body(Mind &parent, const std::shared_ptr<sscl::PuppetThread> &thread);
|
||||
~Body() = default;
|
||||
|
||||
typedef std::function<void(bool)> bodyLifetimeMgmtOpCbFn;
|
||||
|
||||
@@ -17,7 +17,7 @@ class Director
|
||||
: public sscl::PuppetComponent
|
||||
{
|
||||
public:
|
||||
Director(Mind &parent, const std::shared_ptr<sscl::ComponentThread> &thread);
|
||||
Director(Mind &parent, const std::shared_ptr<sscl::PuppetThread> &thread);
|
||||
~Director() = default;
|
||||
|
||||
void negtrinEventInd(void);
|
||||
|
||||
@@ -16,7 +16,7 @@ class Simulator
|
||||
: public sscl::PuppetComponent
|
||||
{
|
||||
public:
|
||||
Simulator(Mind &parent, const std::shared_ptr<sscl::ComponentThread> &thread);
|
||||
Simulator(Mind &parent, const std::shared_ptr<sscl::PuppetThread> &thread);
|
||||
~Simulator() = default;
|
||||
|
||||
void initialize();
|
||||
|
||||
Reference in New Issue
Block a user