You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
640 B
26 lines
640 B
// 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
|