www.pudn.com > Full-Duplex_Audio_Example.rar > fullduplexenginebase.cpp


/* 
* ============================================================================= 
*  Name        : FullDuplexEngineBase.cpp 
*  Part of     : FullDuplexEx 
*  Description : Implementation for engine base class (constructor) 
                  
*  Version     :  
* 
*  Copyright © 2007 Nokia. All rights reserved. 
*  This material, including documentation and any related  
*  computer programs, is protected by copyright controlled by  
*  Nokia. All rights are reserved. Copying, including  
*  reproducing, storing, adapting or translating, any  
*  or all of this material requires the prior written consent of  
*  Nokia. This material also contains confidential  
*  information which may not be disclosed to others without the  
*  prior written consent of Nokia. 
* ============================================================================= 
*/ 
#include "FullDuplexEngineBase.h" 
 
CFullDuplexEngineBase::CFullDuplexEngineBase() 
: iStreamStatus(ENotReady), 
  iMMFDevSound(0) 
    { 
    } 
 
// End of File