equal
deleted
inserted
replaced
28 |
28 |
29 // forward declarations |
29 // forward declarations |
30 class COmxILFsm; |
30 class COmxILFsm; |
31 class COmxILConfigManager; |
31 class COmxILConfigManager; |
32 class MOmxILCallbackManagerIf; |
32 class MOmxILCallbackManagerIf; |
33 class COmxILPortManager; |
33 class MOmxILPortManagerIf; |
34 class COmxILProcessingFunction; |
34 class COmxILProcessingFunction; |
35 |
35 |
36 |
36 |
37 class COmxILComponent : public CBase |
37 class COmxILComponent : public CBase |
38 { |
38 { |
155 OMX_CALLBACKTYPE* ipCallbacks; |
155 OMX_CALLBACKTYPE* ipCallbacks; |
156 |
156 |
157 COmxILFsm* ipFsm; |
157 COmxILFsm* ipFsm; |
158 COmxILConfigManager* ipConfigManager; |
158 COmxILConfigManager* ipConfigManager; |
159 MOmxILCallbackManagerIf* ipCallbackManager; |
159 MOmxILCallbackManagerIf* ipCallbackManager; |
160 COmxILPortManager* ipPortManager; |
160 MOmxILPortManagerIf* ipPortManager; |
161 COmxILProcessingFunction* ipProcessingFunction; |
161 COmxILProcessingFunction* ipProcessingFunction; |
162 |
162 |
163 }; |
163 }; |
164 |
164 |
165 #endif // OMXILCOMPONENT_H |
165 #endif // OMXILCOMPONENT_H |