/*================================================================================================== 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 #include namespace Teamcenter { class RootObjectImpl; } class METAFRAMEWORK_API Teamcenter::RootObjectImpl : public Teamcenter::Object { public: RootObjectImpl(); virtual ~RootObjectImpl(); }; #include #endif