Deleted Added
sdiff udiff text old ( 10807:dac26eb4cb64 ) new ( 10936:93890720a932 )
full compact
1/*
2 * Copyright (c) 2002-2006 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;

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

37
38
39////////////////////////////////////////////////////////////////////////////
40//
41// The funciton unit
42//
43FuncUnit::FuncUnit()
44{
45 capabilityList.reset();
46}
47
48
49// Copy constructor
50FuncUnit::FuncUnit(const FuncUnit &fu)
51{
52

--- 79 unchanged lines hidden ---