Ignore:
Timestamp:
Dec 3, 2014, 10:49:10 PM (9 years ago)
Author:
roman
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/EnumerateAudioDevices/EnumerateAudioDevices.cpp

    r11 r351  
    11////////////////////////////////////////////////////////////
    2 // Copyright (C) Roman Ryltsov, 2008-2011
     2// Copyright (C) Roman Ryltsov, 2008-2014
    33// Created by Roman Ryltsov roman@alax.info
    4 //
    5 // $Id$
    64
    75#include "stdafx.h"
     
    2321        CEnumerateAudioDevicesModule() throw()
    2422        {
    25 #if _DEVELOPMENT
    26                 AtlTraceLoadSettings(NULL);
    27 #endif // _DEVELOPMENT
     23                AtlTraceSetDefaultSettings();
    2824                _W(CExceptionFilter::Initialize());
    29                 _Z4(atlTraceRefcount, 4, _T("this 0x%p\n"), this);
     25                _Z4_THIS();
    3026        }
    3127        ~CEnumerateAudioDevicesModule() throw()
    3228        {
    33                 _Z4(atlTraceRefcount, 4, _T("this 0x%p\n"), this);
     29                _Z4_THIS();
    3430                CExceptionFilter::Terminate();
    3531        }
Note: See TracChangeset for help on using the changeset viewer.