sc_simcontext.cc (12940:f191f383f3bf) sc_simcontext.cc (12946:70c6625468c3)
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

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

48
49sc_curr_proc_handle
50sc_simcontext::get_curr_proc_info()
51{
52 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
53 return nullptr;
54}
55
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

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

48
49sc_curr_proc_handle
50sc_simcontext::get_curr_proc_info()
51{
52 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
53 return nullptr;
54}
55
56sc_object *
57sc_simcontext::first_object()
58{
59 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
60 return nullptr;
61}
62
63sc_object *
64sc_simcontext::next_object()
65{
66 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
67 return nullptr;
68}
69
56sc_simcontext *
57sc_get_curr_simcontext()
58{
59 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
60 return nullptr;
61}
62
63} // namespace sc_core
70sc_simcontext *
71sc_get_curr_simcontext()
72{
73 warn("%s not implemented.\n", __PRETTY_FUNCTION__);
74 return nullptr;
75}
76
77} // namespace sc_core