Searched refs:EventNotifierImpl (Results 1 – 2 of 2) sorted by relevance
119 struct EventNotifierImpl struct128 EventNotifierImpl() in EventNotifierImpl() function134 EventNotifierImpl( const EventNotifierImpl& ); // never implemented135 EventNotifierImpl& operator=( const EventNotifierImpl& ); // never implemented143 :m_pImpl( new EventNotifierImpl ) in AsyncEventNotifier()
90 struct EventNotifierImpl;111 friend struct EventNotifierImpl;114 ::std::auto_ptr< EventNotifierImpl > m_pImpl;
Completed in 17 milliseconds