equal
deleted
inserted
replaced
78 /* invoke synchronously */ |
78 /* invoke synchronously */ |
79 if (pObjImp->DoRealizeImpl) |
79 if (pObjImp->DoRealizeImpl) |
80 { |
80 { |
81 retval = pObjImp->DoRealizeImpl(self); |
81 retval = pObjImp->DoRealizeImpl(self); |
82 } |
82 } |
83 }DEBUG_API("<-XAObjectItfImpl_Realize"); |
83 } |
|
84 DEBUG_API("<-XAObjectItfImpl_Realize"); |
84 return retval; |
85 return retval; |
85 } |
86 } |
86 |
87 |
87 XAresult XAObjectItfImpl_Resume(XAObjectItf self, XAboolean async) |
88 XAresult XAObjectItfImpl_Resume(XAObjectItf self, XAboolean async) |
88 { |
89 { |
130 /* invoke synchronously */ |
131 /* invoke synchronously */ |
131 if (pObjImp->DoResumeImpl) |
132 if (pObjImp->DoResumeImpl) |
132 { |
133 { |
133 retval = pObjImp->DoResumeImpl(self); |
134 retval = pObjImp->DoResumeImpl(self); |
134 } |
135 } |
135 }DEBUG_API("<-XAObjectItfImpl_Resume"); |
136 } |
|
137 DEBUG_API("<-XAObjectItfImpl_Resume"); |
136 return retval; |
138 return retval; |
137 } |
139 } |
138 |
140 |
139 XAresult XAObjectItfImpl_GetState(XAObjectItf self, XAuint32 *pState) |
141 XAresult XAObjectItfImpl_GetState(XAObjectItf self, XAuint32 *pState) |
140 { |
142 { |