INTEGRATION: CWS dr33 (1.2.8); FILE MERGED
2005/02/14 13:31:35 dr 1.2.8.1: #i42367# remove non-ASCII characters at end of line, even in comments
This commit is contained in:
parent
4f579a74ff
commit
e2ccb16e01
1 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: hiodev.cpp,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: hjs $ $Date: 2004-06-28 16:39:42 $
|
||||
* last change: $Author: vg $ $Date: 2005-02-16 18:16:15 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -61,7 +61,7 @@
|
|||
*
|
||||
************************************************************************/
|
||||
|
||||
/* $Id: hiodev.cpp,v 1.2 2004-06-28 16:39:42 hjs Exp $ */
|
||||
/* $Id: hiodev.cpp,v 1.3 2005-02-16 18:16:15 vg Exp $ */
|
||||
|
||||
#ifdef __GNUG__
|
||||
#pragma implementation "hiodev.h"
|
||||
|
@ -212,7 +212,7 @@ int HStreamIODev::state(void) const
|
|||
}
|
||||
|
||||
|
||||
// zlib 관련 부분
|
||||
/* zlib 관련 부분 */
|
||||
bool HStreamIODev::setCompressed(bool flag)
|
||||
{
|
||||
compressed = flag;
|
||||
|
|
Loading…
Reference in a new issue