00001 00034 #include "llviewerprecompiledheaders.h" 00035 #include "fakevoicesoundsignal.h" 00036 00037 //----------------------------------------------- 00038 // constructor 00039 //----------------------------------------------- 00040 FakeVoiceSoundSignal::FakeVoiceSoundSignal() 00041 { 00042 }//--------------------------------------------------- 00043 00044 00045 //----------------------------------------------- 00046 // destructor 00047 //----------------------------------------------- 00048 FakeVoiceSoundSignal::~FakeVoiceSoundSignal() 00049 { 00050 }//--------------------------------------------------- 00051 00052 //--------------------------------------------------- 00053 F32 FakeVoiceSoundSignal::getAmplitude() 00054 { 00055 return 0.0; 00056 00057 }//--------------------------------------------------- 00058 00059 00060 //--------------------------------------------------- 00061 bool FakeVoiceSoundSignal::getActive() 00062 { 00063 return false; 00064 00065 }//--------------------------------------------------- 00066 00067 00068 //--------------------------------------------------- 00069 void FakeVoiceSoundSignal::update() 00070 { 00071 00072 }//--------------------------------------------------- 00073 00074 00075 00076