Changeset 1762 in Sophya for trunk/ArchTOIPipe/Processors


Ignore:
Timestamp:
Nov 13, 2001, 5:22:47 PM (24 years ago)
Author:
aubourg
Message:

toujours et encore magique

Location:
trunk/ArchTOIPipe/Processors
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/Processors/nooppr.cc

    r1761 r1762  
    33//                               Christophe Magneville
    44//                               Reza Ansari
    5 // $Id: nooppr.cc,v 1.8 2001-11-13 16:14:43 aubourg Exp $
     5// $Id: nooppr.cc,v 1.9 2001-11-13 16:22:47 aubourg Exp $
    66
    77#include <typeinfo>
     
    2020
    2121
    22 void NoOpProcessor::PrintStatus(std::ostream & os)
     22void NoOpProcessor::PrintStatus(::ostream & os)
    2323{
    2424  os << "\n ------------------------------------------------------ \n"
  • trunk/ArchTOIPipe/Processors/nooppr.h

    r1761 r1762  
    55//                               Christophe Magneville
    66//                               Reza Ansari
    7 // $Id: nooppr.h,v 1.4 2001-11-13 16:14:43 aubourg Exp $
     7// $Id: nooppr.h,v 1.5 2001-11-13 16:22:47 aubourg Exp $
    88
    99
     
    2525  inline int_8  ProcessedSampleCount() const { return totnscount; }
    2626
    27   virtual void  PrintStatus(std::ostream & os) ; // const plus tard
     27  virtual void  PrintStatus(::ostream & os) ; // const plus tard
    2828
    2929  virtual void  init(); 
Note: See TracChangeset for help on using the changeset viewer.