Deleted Added
sdiff udiff text old ( 7819:afe8476ee9e9 ) new ( 7820:4ee66d8c1dd8 )
full compact
1/*
2 * Copyright (c) 2002-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;

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

118}
119
120
121const char *
122CountedExitEvent::description() const
123{
124 return "counted exit";
125}