// Copyright 2020 Siemens Digital Industries Software // ================================================== // Copyright 2010. // Siemens Product Lifecycle Management Software Inc. // All Rights Reserved. // ================================================== // Copyright 2020 Siemens Digital Industries Software /** @file This file contains common definitions that are used across all modules of the Teamcenter code base. */ #ifndef COMMON_BASIC_DEFINITIONS_H #define COMMON_BASIC_DEFINITIONS_H /** @name Error message constants @{ */ #define ITK_ok 0 /** @} */ #endif //COMMON_BASIC_DEFINITIONS_H