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
|
||||
|
||||
Reference in New Issue
Block a user