sim_object.cc (7527:fe90827a663f) sim_object.cc (7532:3f6413fc37a2)
1/*
2 * Copyright (c) 2001-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;

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

69}
70
71void
72SimObject::init()
73{
74}
75
76void
1/*
2 * Copyright (c) 2001-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;

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

69}
70
71void
72SimObject::init()
73{
74}
75
76void
77SimObject::loadState(Checkpoint *cp)
78{
79 if (cp->sectionExists(name()))
80 unserialize(cp, name());
81}
82
83void
84SimObject::initState()
85{
86}
87
88void
77SimObject::startup()
78{
79}
80
81//
82// no default statistics, so nothing to do in base implementation
83//
84void

--- 120 unchanged lines hidden ---
89SimObject::startup()
90{
91}
92
93//
94// no default statistics, so nothing to do in base implementation
95//
96void

--- 120 unchanged lines hidden ---