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.

27 lines
1.0 KiB

/*==============================================================================
Copyright (c) 2003-2005 UGS Corporation
Unpublished - All Rights Reserved
==============================================================================*/
/**
@file
This is now just a wrapper to include the new journal header file. This
just ensures that code not controlled by tc unified which was making use
of this header file will continue to work. The code within tc unified
that was including this header file have been changed to point to the new
header file location.
*/
/* */
#ifdef WNT
#define TC_include_pom_journal_h_deprecated // define a unique deprecation macro name (having 63 chars or less)
#pragma deprecated( "TC_include_pom_journal_h_deprecated" ) // activate the deprecation warning when using the macro name
TC_include_pom_journal_h_deprecated // use the deprecated macro so that the compiler issues the deprecation warning/error
#endif // #ifdef WNT
#include "mld/journal/journal.h"