24 #ifndef __IScriptObjectParent__ 25 #define __IScriptObjectParent__ 27 #include "IPMUnknown.h" 29 #include "RequestContext.h" 30 #include "ScriptingID.h" 32 using namespace ScriptInfo ;
50 enum { kDefaultIID = IID_ISCRIPTOBJECTPARENT } ;
56 virtual void ClearParent( bool16 notifyParent = kTrue ) = 0 ;
59 virtual IDataBase* GetParentDataBase()
const = 0 ;
65 virtual bool16 IsParentSet()
const = 0 ;
68 #endif // __IScriptObjectParent__