Move intrinEventInd()s from MarionetteComponent=>Director

This commit is contained in:
2025-10-05 22:39:26 -04:00
parent 035accf553
commit 56367402d7
6 changed files with 51 additions and 9 deletions
+4
View File
@@ -23,6 +23,10 @@ public:
~Director() = default;
void negtrinEventInd(void);
void intrinEventInd(void);
void postrinEventInd(void);
/** EXPLANATION:
* We allow SMO to prioritize negtrins over injected goals, so that it can
* prioritize pain mitigation. We may decide to change this in the future.
-4
View File
@@ -24,10 +24,6 @@ public:
void initializeReq(Callback<mrnttLifetimeMgmtOpCbFn> callback);
void finalizeReq(Callback<mrnttLifetimeMgmtOpCbFn> callback);
void intrinEventInd(void);
void negtrinEventInd(void);
void postrinEventInd(void);
private:
class MrnttLifetimeMgmtOp;
};