Ignore:
Timestamp:
05/22/06 18:32:12 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/Preprocessing/src/GzFileInputSource.cpp

    r971 r975  
    8383//  LocalFileInputSource: Constructors and Destructor 
    8484// --------------------------------------------------------------------------- 
    85 GzFileInputSource::GzFileInputSource( const XMLCh* const basePath 
    86                              , const XMLCh* const relativePath 
    87                              , MemoryManager* const manager) 
    88     : LocalFileInputSource(basePath, relativePath, manager) 
     85GzFileInputSource::GzFileInputSource(const XMLCh* const basePath,  
     86                                                                         const XMLCh* const relativePath,  
     87                                                                        MemoryManager* const manager) 
     88: LocalFileInputSource(basePath, relativePath, manager) 
    8989{ 
    9090} 
     
    9292GzFileInputSource::GzFileInputSource(const XMLCh* const filePath, 
    9393                                                                         MemoryManager* const manager) 
    94     : LocalFileInputSource(filePath, manager) 
     94: LocalFileInputSource(filePath, manager) 
    9595{ 
    9696} 
     
    108108{ 
    109109        GzBinFileInputStream* retStrm = new (getMemoryManager()) GzBinFileInputStream(getSystemId(), getMemoryManager()); 
     110 
    110111        if (!retStrm->getIsOpen()) 
    111112    { 
Note: See TracChangeset for help on using the changeset viewer.