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.

41 lines
1.3 KiB

/*==================================================================================================
Copyright (c) 2007 UGS
Unpublished - All rights reserved
====================================================================================================
File description:
Filename: RootObjectImpl.hxx
Module : metaframework
This is the root class of the business object implemementation classes. The auto-generated
generic implementation classes (xyzGenImpl)must be derived from RootObjectImpl.
====================================================================================================
Date Name Description of Change
$HISTORY$
==================================================================================================*/
#ifndef TEAMCENTER__ROOTOBJECTIMPL_HXX
#define TEAMCENTER__ROOTOBJECTIMPL_HXX
#include <metaframework/Object.hxx>
#include <metaframework/libmetaframework_exports.h>
namespace Teamcenter
{
class RootObjectImpl;
}
class METAFRAMEWORK_API Teamcenter::RootObjectImpl : public Teamcenter::Object
{
public:
RootObjectImpl();
virtual ~RootObjectImpl();
};
#include <metaframework/libmetaframework_undef.h>
#endif