sc_exception.hh (12852:300397457d0b) sc_exception.hh (12934:3f942d7b2d70)
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

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

32
33#include <exception>
34
35namespace sc_core
36{
37
38typedef std::exception sc_exception;
39
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

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

32
33#include <exception>
34
35namespace sc_core
36{
37
38typedef std::exception sc_exception;
39
40// Nonstandard
41class sc_user
42{
43 public:
44 sc_user() {}
45 sc_user(const sc_user &) {}
46};
47
40} // namespace sc_core
41
42#endif //__SYSTEMC_EXT_UTIL_SC_EXCEPTION_HH__
48} // namespace sc_core
49
50#endif //__SYSTEMC_EXT_UTIL_SC_EXCEPTION_HH__