// $Revision: 1.9 $ //------------------------------------------------------------------------------ // // Copyright (C) 1994 Taligent, Inc. All rights reserved. // // Project: ConcurrentActors // File: ConcurrentActors.h // Build/Version: 1.0.0 // // Description: This file contains miscellaneous macro definitions. // //------------------------------------------------------------------------------ #ifndef TaligentSamples_CONCURRENTACTORS #define TaligentSamples_CONCURRENTACTORS #ifndef Taligent_ASSERTIONS #include #endif #define ERROR(x) Assertion(false, x) #endif