Searched defs:aSourcesIn (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-all/
H A DEventImpl.cpp1349 HRESULT init(const std::vector<ComPtr<IEventSource> > aSourcesIn);
1414 HRESULT EventSourceAggregator::init(const std::vector<ComPtr<IEventSource> > aSourcesIn) argument
1428 for (size_t i = 0; i < aSourcesIn.size(); i++)
1430 if (aSourcesIn[i] != NULL)
1431 mEventSources.push_back(aSourcesIn[i]);

Completed in 650 milliseconds