AsyncContinChainLink: Make getCallersContinuationShPtr() const
This commit is contained in:
@@ -68,7 +68,7 @@ public:
|
|||||||
|
|
||||||
// Implement the virtual method from AsynchronousContinuationChainLink
|
// Implement the virtual method from AsynchronousContinuationChainLink
|
||||||
virtual std::shared_ptr<AsynchronousContinuationChainLink>
|
virtual std::shared_ptr<AsynchronousContinuationChainLink>
|
||||||
getCallersContinuationShPtr() override
|
getCallersContinuationShPtr() const override
|
||||||
{ return originalCallback.callerContinuation; }
|
{ return originalCallback.callerContinuation; }
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ public:
|
|||||||
virtual ~AsynchronousContinuationChainLink() = default;
|
virtual ~AsynchronousContinuationChainLink() = default;
|
||||||
|
|
||||||
virtual std::shared_ptr<AsynchronousContinuationChainLink>
|
virtual std::shared_ptr<AsynchronousContinuationChainLink>
|
||||||
getCallersContinuationShPtr() = 0;
|
getCallersContinuationShPtr() const = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace smo
|
} // namespace smo
|
||||||
|
|||||||
Reference in New Issue
Block a user