Exceptions: Straight line convention refactor
This commit is contained in:
@@ -19,8 +19,8 @@ public:
|
||||
Body(Mind &parent, const std::shared_ptr<sscl::PuppetThread> &thread);
|
||||
~Body() = default;
|
||||
|
||||
BodyViralPostingInvoker<bool> initializeCReq();
|
||||
BodyViralPostingInvoker<bool> finalizeCReq();
|
||||
BodyViralPostingInvoker<void> initializeCReq();
|
||||
BodyViralPostingInvoker<void> finalizeCReq();
|
||||
};
|
||||
|
||||
} // namespace body
|
||||
|
||||
@@ -64,8 +64,6 @@ private:
|
||||
public:
|
||||
std::exception_ptr initializeLifetimeExceptionPtr;
|
||||
std::exception_ptr finalizeLifetimeExceptionPtr;
|
||||
/** Set true only when initializeCReq completes without failure. */
|
||||
bool initializeLifetimeSucceeded = false;
|
||||
};
|
||||
|
||||
extern std::shared_ptr<sscl::PuppeteerThread> thread;
|
||||
|
||||
@@ -24,8 +24,8 @@ public:
|
||||
Mind(void);
|
||||
~Mind(void) = default;
|
||||
|
||||
mrntt::MrnttViralNonPostingInvokerT<bool> initializeCReq();
|
||||
mrntt::MrnttViralNonPostingInvokerT<bool> finalizeCReq();
|
||||
mrntt::MrnttViralNonPostingInvokerT<void> initializeCReq();
|
||||
mrntt::MrnttViralNonPostingInvokerT<void> finalizeCReq();
|
||||
|
||||
// ComponentThread access methods
|
||||
std::shared_ptr<MindThread> getComponentThread(sscl::ThreadId id) const;
|
||||
|
||||
Reference in New Issue
Block a user