home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Proxies.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
- // From: Proxies.pas
- //----------------------------------------------------------------------------
- #ifndef ProxiesHPP
- #define ProxiesHPP
- //----------------------------------------------------------------------------
- #ifndef SystemHPP
- #include <System.hpp>
- #endif
-
- namespace Proxies
- {
- //-- type declarations -------------------------------------------------------
- //-- var, const, procedure ---------------------------------------------------
- extern void __fastcall CreateSubClass(System::TObject *Instance, const System::AnsiString ClassName,
- System::TMetaClass * Ancestor);
- extern void __fastcall DestroySubClass(System::TObject *Instance);
- extern void __fastcall RenameSubClass(System::TObject *Instance, const System::AnsiString ClassName)
- ;
- extern System::TObject *__fastcall GetSubClassInstance(System::TMetaClass * Proxy);
- extern System::Pointer __fastcall CreateSubClassMethod(System::TObject *Instance, const System::AnsiString
- MethodName);
- extern void __fastcall RenameSubClassMethod(System::TObject *Instance, System::Pointer Method, const System::AnsiString
- MethodName);
-
- } /* namespace Proxies */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Proxies;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Proxies
-