00001 /* 00002 * Copyright 2005-2011 Onix Solutions Limited [OnixS]. All rights reserved. 00003 * 00004 * This software owned by Onix Solutions Limited [OnixS] and is protected by copyright law 00005 * and international copyright treaties. 00006 * 00007 * Access to and use of the software is governed by the terms of the applicable ONIXS Software 00008 * Services Agreement (the Agreement) and Customer end user license agreements granting 00009 * a non-assignable, non-transferable and non-exclusive license to use the software 00010 * for it's own data processing purposes under the terms defined in the Agreement. 00011 * 00012 * Except as otherwise granted within the terms of the Agreement, copying or reproduction of any part 00013 * of this source code or associated reference material to any other location for further reproduction 00014 * or redistribution, and any amendments to this copyright notice, are expressly prohibited. 00015 * 00016 * Any reproduction or redistribution for sale or hiring of the Software not in accordance with 00017 * the terms of the Agreement is a violation of copyright law. 00018 */ 00019 00020 #if !defined(__ONIXS_FIXENGINE_LEGACY_H__) 00021 #define __ONIXS_FIXENGINE_LEGACY_H__ 00022 00023 namespace FIXForge = OnixS; 00024 00025 // Eliminated since version 2.79.0.0. 00026 // 00027 //namespace OnixS 00028 //{ 00029 // namespace Cpp 00030 // { 00031 // namespace Threading 00032 // { 00033 // using ::OnixS::Threading::Mutex; 00034 // using ::OnixS::Threading::Semaphore; 00035 // using ::OnixS::Threading::Condition; 00036 // 00037 // using ::OnixS::Threading::Guard; 00038 // using ::OnixS::Threading::MutexGuard; 00039 // using ::OnixS::Threading::SemaphoreGuard; 00040 // } 00041 // } 00042 //} 00043 00044 #endif // __ONIXS_FIXENGINE_LEGACY_H__