Changeset 3629 in Sophya for trunk/AddOn/TAcq


Ignore:
Timestamp:
May 22, 2009, 11:18:24 PM (16 years ago)
Author:
ansari
Message:

Petites corrections suite compil avec windriver, Reza 21/05/2009

Location:
trunk/AddOn/TAcq
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/racqumem.h

    r3626 r3629  
    6161  // Definit l'etat des operations obligatoires avant qu'une zone
    6262  // remplie ne puisse etre recyclee (re-remplie)
    63   inline uint_4 SetFinalizedMask(uint_4 mask=((uint_4)MemZS_Saved))
     63  inline void  SetFinalizedMask(uint_4 mask=((uint_4)MemZS_Saved))
    6464    { mask_finalized_ = mask; }
    6565  inline uint_4 GetFinalizedMask() { return mask_finalized_; }
  • trunk/AddOn/TAcq/tmtacq.cc

    r3628 r3629  
    66#ifndef NOPCIECARD
    77#include "racquwbin.h"
     8#include "dmamgrv3.h"
    89#endif
    910#include "racquproc.h"
Note: See TracChangeset for help on using the changeset viewer.