~andreas-pokorny/mir/activate-pointer-acceleration

« back to all changes in this revision

Viewing changes to src/common/symbols.map

  • Committer: Tarmac
  • Author(s): Christopher James Halse Rogers, Christopher James Halse Rogers
  • Date: 2015-02-18 04:25:26 UTC
  • mfrom: (2239.7.33 add-multiplexing-dispatchable)
  • Revision ID: tarmac-20150218042526-j1ei9ni2k4tua4e9
Add MultiplexingDispatchable.

This does exactly what it says; multiplexes multiple Dispatchables into a single Dispatchable. Each dispatch() of the MultiplexingDispatchable dispatches to a child Dispatchable with active events.

Approved by Alexandros Frantzis, PS Jenkins bot, Robert Carr.

Show diffs side-by-side

added added

removed removed

Lines of Context:
221
221
      mir::dispatch::SimpleDispatchThread::?SimpleDispatchThread*;
222
222
      typeinfo?for?mir::dispatch::SimpleDispatchThread;
223
223
      vtable?for?mir::dispatch::SimpleDispatchThread;
 
224
 
 
225
      mir::dispatch::MultiplexingDispatchable::MultiplexingDispatchable*;
 
226
      mir::dispatch::MultiplexingDispatchable::?MultiplexingDispatchable*;
 
227
      mir::dispatch::MultiplexingDispatchable::watch_fd*;
 
228
      mir::dispatch::MultiplexingDispatchable::dispatch*;
 
229
      mir::dispatch::MultiplexingDispatchable::relevant_events*;
 
230
      mir::dispatch::MultiplexingDispatchable::add_watch*;
 
231
 
 
232
      typeinfo?for?mir::dispatch::MultiplexingDispatchable;
 
233
      vtable?for?mir::dispatch::MultiplexingDispatchable;
 
234
 
224
235
      mir::events::*
225
236
    };
226
237
} MIR_COMMON_3.1;