Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData
In directory sc8-pr-cvs1:/tmp/cvs-serv12383/Include/SimData
Modified Files:
Log.i
Log Message:
see CHANGES.current
Index: Log.i
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Log.i,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Log.i 18 Mar 2003 10:04:02 -0000 1.1
--- Log.i 4 May 2003 09:43:58 -0000 1.2
***************
*** 16,20 ****
~logstream();
void _close();
! void set_output(std::string const &fn);
void setLogLevels(int c, int p);
};
--- 16,20 ----
~logstream();
void _close();
! void setOutput(std::string const &fn);
void setLogLevels(int c, int p);
};
|