// $Revision: 1.1 $ // AtomicModelLib.arc // Copyright (C) 1995 Taligent, Inc. All rights reserved. #ifndef TaligentSamples_ATOMICMODEL #include "AtomicModel.h" #endif DeclareLocale("USA"); "TAtomicModelException.msg" ->* "An error was generated by an AtomicModel function."; "TAtomicModelException.msg.1" ->* "Cannot set a NIL value into this kind of model."; "TAtomicModelException.msg.2" ->* "Cannot orphan data from this kind of model."; "TAtomicModelException.msg.3" ->* "No value selected. Selection is empty or undefined.";