Changeset 45 for sources


Ignore:
Timestamp:
Sep 21, 2009, 5:48:37 PM (15 years ago)
Author:
nipo
Message:

Make SC_MODULE macro use full namespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/sc_module_ext.h

    r27 r45  
    160160
    161161#define SC_MODULE(user_module_name) \
    162        struct user_module_name : sc_module
     162        struct user_module_name : sc_core::sc_module
    163163
    164164// the SC_HAS_PROCESS macro call must be followed by a ;
Note: See TracChangeset for help on using the changeset viewer.