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
@@ -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;
};