19 #ifndef FS_CLOSE_REQ_H 
   20 #define FS_CLOSE_REQ_H 
   22 #include "SignalData.hpp" 
   48   friend bool printFSCLOSEREQ(FILE * output, 
const Uint32 * theData, Uint32 len, Uint16 receiverBlockNo);
 
   67   static bool  getRemoveFileFlag(
const UintR & fileflag);
 
   68   static void setRemoveFileFlag(UintR & fileflag, 
bool removefile);
 
   75 FsCloseReq::getRemoveFileFlag(
const UintR & fileflag){
 
   76   return (fileflag == 1);
 
   81 FsCloseReq::setRemoveFileFlag(UintR & fileflag, 
bool removefile){