Ignore:
Timestamp:
Mar 27, 2008, 2:07:50 PM (16 years ago)
Author:
rosiere
Message:

Oups, Environnement is french :P

Location:
trunk/IPs/systemC/Environment
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/IPs/systemC/Environment/RamLock/include/RamLock.h

    r78 r80  
    1 #ifndef Environnement_RamLock_H
    2 #define Environnement_RamLock_H
     1#ifndef Environment_RamLock_H
     2#define Environment_RamLock_H
    33
    44#include <stdint.h>
     
    77#include "Parameters.h"
    88
    9 namespace environnement {
     9namespace environment {
    1010namespace ramlock {
    1111
     
    3030  public  : bool write (uint32_t num_lock);
    3131   
    32   public  : friend std::ostream& operator<< (std::ostream& output, environnement::ramlock::RamLock & x);
     32  public  : friend std::ostream& operator<< (std::ostream& output, environment::ramlock::RamLock & x);
    3333  };
    3434
Note: See TracChangeset for help on using the changeset viewer.