Changeset 35 for trunk/lib


Ignore:
Timestamp:
May 25, 2010, 4:54:56 PM (14 years ago)
Author:
simerabe
Message:

fixing bug : multi-inclusion control

Location:
trunk/lib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/vci_ring_initiator/caba/source/include/vci_ring_initiator.h

    r34 r35  
    6464//     (40)       (1)   (5)                     (34)                                   
    6565/////////////////////////////////////////////////////////////////////////////////////
     66#ifndef SOCLIB_CABA_VCI_RING_INITIATOR_H
     67#define SOCLIB_CABA_VCI_RING_INITIATOR_H
    6668
    6769#include "vci_target.h"
     
    701703
    702704}} // end namespace
    703 
    704 
     705#endif // SOCLIB_CABA_VCI_RING_INITIATOR_H
     706
     707
  • trunk/lib/vci_ring_target/caba/source/include/vci_ring_target.h

    r16 r35  
    2525 * Copyright: UPMC - LIP6
    2626 */
     27#ifndef SOCLIB_CABA_VCI_RING_TARGET_H
     28#define SOCLIB_CABA_VCI_RING_TARGET_H
     29
    2730#include "vci_initiator.h"
    2831#include "generic_fifo.h"
     
    788791
    789792}} // end namespace
    790 
    791 
     793#endif // SOCLIB_CABA_VCI_RING_TARGET_H
     794
Note: See TracChangeset for help on using the changeset viewer.