eventq.cc (4212:0d50e6c98d13) eventq.cc (5336:c7e21f4e5a2e)
1/*
2 * Copyright (c) 2000-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 216 unchanged lines hidden (view full) ---

225void
226dumpMainQueue()
227{
228 mainEventQueue.dump();
229}
230
231
232const char *
1/*
2 * Copyright (c) 2000-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 216 unchanged lines hidden (view full) ---

225void
226dumpMainQueue()
227{
228 mainEventQueue.dump();
229}
230
231
232const char *
233Event::description()
233Event::description() const
234{
235 return "generic";
236}
237
238#if TRACING_ON
239void
240Event::trace(const char *action)
241{

--- 31 unchanged lines hidden ---
234{
235 return "generic";
236}
237
238#if TRACING_ON
239void
240Event::trace(const char *action)
241{

--- 31 unchanged lines hidden ---