sc_process_handle.cc (12899:9a512f5c4e91) sc_process_handle.cc (12939:5256de693153)
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

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

58}
59
60sc_unwind_exception::~sc_unwind_exception() throw()
61{
62 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
63}
64
65
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

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

58}
59
60sc_unwind_exception::~sc_unwind_exception() throw()
61{
62 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
63}
64
65
66const char *
67sc_process_b::name()
68{
69 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
70 return "";
71}
72
73const char *
74sc_process_b::kind()
75{
76 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
77 return "";
78}
79
80
81sc_process_b *
82sc_get_curr_process_handle()
83{
84 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
85 return nullptr;
86}
87
88
66sc_process_handle::sc_process_handle()
67{
68 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
69}
70
71sc_process_handle::sc_process_handle(const sc_process_handle &)
72{
73 warn("%s not implemented.\n", __PRETTY_FUNCTION__);

--- 210 unchanged lines hidden ---
89sc_process_handle::sc_process_handle()
90{
91 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
92}
93
94sc_process_handle::sc_process_handle(const sc_process_handle &)
95{
96 warn("%s not implemented.\n", __PRETTY_FUNCTION__);

--- 210 unchanged lines hidden ---