- Timestamp:
- Dec 3, 2014, 10:49:10 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/EnumerateAudioDevices/EnumerateAudioDevices.cpp
r11 r351 1 1 //////////////////////////////////////////////////////////// 2 // Copyright (C) Roman Ryltsov, 2008-201 12 // Copyright (C) Roman Ryltsov, 2008-2014 3 3 // Created by Roman Ryltsov roman@alax.info 4 //5 // $Id$6 4 7 5 #include "stdafx.h" … … 23 21 CEnumerateAudioDevicesModule() throw() 24 22 { 25 #if _DEVELOPMENT 26 AtlTraceLoadSettings(NULL); 27 #endif // _DEVELOPMENT 23 AtlTraceSetDefaultSettings(); 28 24 _W(CExceptionFilter::Initialize()); 29 _Z4 (atlTraceRefcount, 4, _T("this 0x%p\n"), this);25 _Z4_THIS(); 30 26 } 31 27 ~CEnumerateAudioDevicesModule() throw() 32 28 { 33 _Z4 (atlTraceRefcount, 4, _T("this 0x%p\n"), this);29 _Z4_THIS(); 34 30 CExceptionFilter::Terminate(); 35 31 }
Note: See TracChangeset
for help on using the changeset viewer.