PerfectSwitch.cc (9274:ba635023d4bb) PerfectSwitch.cc (9302:c2e70a9bc340)
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

338{
339}
340
341void
342PerfectSwitch::print(std::ostream& out) const
343{
344 out << "[PerfectSwitch " << m_switch_id << "]";
345}
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

338{
339}
340
341void
342PerfectSwitch::print(std::ostream& out) const
343{
344 out << "[PerfectSwitch " << m_switch_id << "]";
345}
346