Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

ArchHooks_darwin.h

Go to the documentation of this file.
00001 #ifndef ARCH_HOOKS_DARWIN_H 00002 #define ARCH_HOOKS_DARWIN_H 00003 /* 00004 * ArchHooks_darwin.h 00005 * stepmania 00006 * 00007 * Created by Steve Checkoway on Tue Jul 15 2003. 00008 * Copyright (c) 2003 Steve Checkoway. All rights reserved. 00009 * 00010 */ 00011 00012 #include "ArchHooks.h" 00013 class RageMutex; 00014 00015 class ArchHooks_darwin : public ArchHooks 00016 { 00017 public: 00018 ArchHooks_darwin(); 00019 ~ArchHooks_darwin(); 00020 void DumpDebugInfo(); 00021 00022 void EnterTimeCriticalSection(); 00023 void ExitTimeCriticalSection(); 00024 00025 protected: 00026 RageMutex *TimeCritMutex; 00027 }; 00028 00029 #undef ARCH_HOOKS 00030 #define ARCH_HOOKS ArchHooks_darwin 00031 00032 #endif /* ARCH_HOOKS_DARWIN_H */ 00033 00034 /* 00035 * (c) 2003-2004 Steve Checkoway 00036 * All rights reserved. 00037 * 00038 * Permission is hereby granted, free of charge, to any person obtaining a 00039 * copy of this software and associated documentation files (the 00040 * "Software"), to deal in the Software without restriction, including 00041 * without limitation the rights to use, copy, modify, merge, publish, 00042 * distribute, and/or sell copies of the Software, and to permit persons to 00043 * whom the Software is furnished to do so, provided that the above 00044 * copyright notice(s) and this permission notice appear in all copies of 00045 * the Software and that both the above copyright notice(s) and this 00046 * permission notice appear in supporting documentation. 00047 * 00048 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 00049 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 00050 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF 00051 * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS 00052 * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT 00053 * OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 00054 * OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 00055 * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 00056 * PERFORMANCE OF THIS SOFTWARE. 00057 */

Generated on Thu Jan 27 20:57:18 2005 for StepMania by doxygen 1.3.7