paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/include pgfile.h,1.3.6.2,1.3.6.3


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/include pgfile.h,1.3.6.2,1.3.6.3
Date: Wed, 10 Jul 2002 15:12:51 -0400

Update of /cvsroot/paragui/paragui/include
In directory subversions:/tmp/cvs-serv9531/include

Modified Files:
      Tag: devel-1-0
        pgfile.h 
Log Message:
framework updates for newest autoconf/automake
added fireworks demo (Thanks Keith)



Index: pgfile.h
===================================================================
RCS file: /cvsroot/paragui/paragui/include/pgfile.h,v
retrieving revision 1.3.6.2
retrieving revision 1.3.6.3
diff -C2 -r1.3.6.2 -r1.3.6.3
*** pgfile.h    12 Jun 2002 16:02:49 -0000      1.3.6.2
--- pgfile.h    10 Jul 2002 19:12:49 -0000      1.3.6.3
***************
*** 150,156 ****
--- 150,173 ----
        int fileLength();
  
+       /**
+       get a single character from the file
+       */
        char getc();
        
+       /**
+       read a line from the file.
+       
+       This function reads a CR/LF terminated line of text from the file.
+       Any trailing carriage return and linefeed characters will be skipped.
+       */
        std::string getline();
+ 
+       /**
+       write a line to the file
+       @param line text to write
+       This functions writes a line of text to a file. Carriage return (and 
linefeed)
+       characters will be added.
+       */
+       void putline(const std::string& line);
        
  private:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]