eventq.hh (9493:890fc69ba53c) eventq.hh (9554:406fbcf60223)
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;

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

413 Event* replaceHead(Event* s);
414
415#ifndef SWIG
416 virtual void serialize(std::ostream &os);
417 virtual void unserialize(Checkpoint *cp, const std::string &section);
418#endif
419};
420
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;

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

413 Event* replaceHead(Event* s);
414
415#ifndef SWIG
416 virtual void serialize(std::ostream &os);
417 virtual void unserialize(Checkpoint *cp, const std::string &section);
418#endif
419};
420
421void dumpMainQueue();
422
421#ifndef SWIG
422class EventManager
423{
424 protected:
425 /** A pointer to this object's event queue */
426 EventQueue *eventq;
427
428 public:

--- 103 unchanged lines hidden ---
423#ifndef SWIG
424class EventManager
425{
426 protected:
427 /** A pointer to this object's event queue */
428 EventQueue *eventq;
429
430 public:

--- 103 unchanged lines hidden ---