Ignore:
Timestamp:
Mar 10, 2008, 12:37:25 PM (16 years ago)
Author:
nipo
Message:

Towards SystemC-2.2 LRM:

  • Implement sc_time with units
  • Have a systemc header with no namespace pollution
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/sc_event_finder.cc

    r1 r4  
    3737#include"sc_event_finder.h"
    3838
    39 sc_event_finder::sc_event_finder (/*const*/ sc_port_base &p)
     39namespace sc_core {
     40
     41sc_event_finder::sc_event_finder (/*const*/ sc_core::sc_port_base &p)
    4042  : a_port (p)
    4143{
     
    4648}
    4749
    48 /*const*/ sc_port_base&
     50/*const*/ sc_core::sc_port_base&
    4951sc_event_finder::port () /*const*/
    5052{
     
    5254}
    5355
     56}
Note: See TracChangeset for help on using the changeset viewer.