Main Page | Modules | Files | Functions | Code Elements | Data Structures | Deprecated

tccore/tc_msg.h

Go to the documentation of this file.
00001 /*==============================================================================
00002                 Copyright (c) 2003-2005 UGS Corporation
00003                    Unpublished - All Rights Reserved
00004  ==============================================================================*/
00005 
00025 /*  */
00026 
00027 #ifndef TC_MSG_H
00028 #define TC_MSG_H
00029 
00030 #include <tccore/libtccore_exports.h>
00031 
00043 #define TC_delete_msg     "IMAN_delete"
00044 
00049 #define TC_export_msg     "IMAN_export"
00050 
00055 #define TC_import_msg     "IMAN_import"
00056 
00064 #define TC_refresh_msg    "IMAN_refresh"
00065 
00077 #define TC_save_msg       "IMAN_save"
00078 
00089 #define TC_assign_primary_obj_to_project_msg "TC_assign_primary_obj_to_project"
00090 
00100 #define TC_remove_primary_obj_from_project_msg "TC_remove_primary_obj_from_project"
00101 
00103 #include <tccore/libtccore_undef.h>
00104 #endif