8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:43:03 +01:00
This commit is contained in:
asfernandes 2007-03-28 15:52:25 +00:00
parent 1e79a3ba3a
commit 1d51d4130e

View File

@ -37,7 +37,7 @@ namespace MsgFormat
{ {
// This is the abstract base class that is used by the MsgPrint routines. // This is the abstract base class that is used by the MsgPrint routines.
// It doesn't own the strean, thus is doesn't open, check or close it. // It doesn't own the stream, thus it doesn't open, check or close it.
// The desired functionality can be added in the derived classes. // The desired functionality can be added in the derived classes.
// This approach is taken because the most sought usage is to work with the // This approach is taken because the most sought usage is to work with the
// predefined output streams and these aren't closed typically by a program. // predefined output streams and these aren't closed typically by a program.