/*! * @file * @author Plantronics, Inc. * @version 1.0 * * @section LICENSE * * Copyright © 2012 Plantronics, Inc. All rights reserved. * This code is confidential and proprietary information belonging to * Plantronics, Inc. and may not be copied, modified or distributed * without the express written consent of Plantronics, Inc. * * @section DESCRIPTION * * Main include file for utilities for SDK users. */ #pragma once #if !defined INC_UTILITY #define INC_UTILITY #include "LogWriter.h" #include "ProcessWatcher.h" #endif // INC_UTILITY