Deleted Added
sdiff udiff text old ( 12952:94fca7e8120b ) new ( 12994:afce27405f70 )
full compact
1/*
2 * Copyright 2018 Google, Inc.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are
6 * met: redistributions of source code must retain the above copyright
7 * notice, this list of conditions and the following disclaimer;
8 * redistributions in binary form must reproduce the above copyright

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

103 // Nonstandard.
104 // These should be protected, but I think this is to enable catch by
105 // value.
106 public:
107 sc_unwind_exception(const sc_unwind_exception &);
108 virtual ~sc_unwind_exception() throw();
109
110 protected:
111 sc_unwind_exception();
112};
113
114// Deprecated
115// An incomplete version of sc_process_b to satisfy the tests.
116class sc_process_b
117{
118 public:

--- 107 unchanged lines hidden ---