Deleted Added
sdiff udiff text old ( 2665:a124942bacb8 ) new ( 3483:edede8473667 )
full compact
1/*
2 * Copyright (c) 2003-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;

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

60 public:
61 static const Time start;
62};
63
64Time operator-(const Time &l, const Time &r);
65
66std::ostream &operator<<(std::ostream &out, const Time &time);
67
68#endif // __SIM_TIME_HH__