]> git.tdb.fi Git - libs/core.git/blobdiff - source/utils.h
Move class members and comments around
[libs/core.git] / source / utils.h
index 066b15b9986bfad32f556adcf3571f88521b815c..8d4f9dd692c769f86b2a2aea71d4522eec9b7bbf 100644 (file)
@@ -6,13 +6,12 @@ namespace IO {
 
 class Base;
 
 
 class Base;
 
-/**
-Reads data from an object.  Does not return until the requested amount of data
-is read, regardless of the blocking mode of the object.
+/** Reads data from an object.  Does not return until the requested amount of
+data is read, regardless of the blocking mode of the object.
 
 Note: If the data is not immediately available and the object is in non-blocking
 
 Note: If the data is not immediately available and the object is in non-blocking
-mode, this function effectively becomes a busyloop until it can get more data.
-*/
+mode, this function effectively becomes a busyloop until it can get more
+data. */
 unsigned read_all(Base &, char *, unsigned);
 
 } // namespace IO
 unsigned read_all(Base &, char *, unsigned);
 
 } // namespace IO