Update of /cvsroot/robotflow/RobotFlow/Audio/include
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv30466/include
Modified Files:
SourceInfo.h
Log Message:
now able to read and pring to iostreams
Index: SourceInfo.h
===================================================================
RCS file: /cvsroot/robotflow/RobotFlow/Audio/include/SourceInfo.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SourceInfo.h 27 Jun 2005 22:44:00 -0000 1.2
--- SourceInfo.h 6 Jun 2006 19:59:48 -0000 1.3
***************
*** 34,40 ****
}
! void readFrom(std::istream &in)
! {
! }
friend std::istream &operator >> (std::istream &in, SourceInfo &cell);
};
--- 34,39 ----
}
! void readFrom(std::istream &in);
!
friend std::istream &operator >> (std::istream &in, SourceInfo &cell);
};
|