home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // Proxies.hpp - bcbdcc32 generated hdr (DO NOT EDIT) rev: 0
- // From: Proxies.pas
- //----------------------------------------------------------------------------
- #ifndef ProxiesHPP
- #define ProxiesHPP
- //----------------------------------------------------------------------------
- #include <System.hpp>
- #pragma warn -par
- #pragma warn -hid
- #pragma warn -inl
-
- 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 void * __fastcall CreateSubClassMethod(System::TObject* Instance, const System::AnsiString MethodName
- );
- extern void __fastcall RenameSubClassMethod(System::TObject* Instance, void * Method, const System::AnsiString
- MethodName);
- extern void __fastcall finalization(void);
-
- } /* namespace Proxies */
-
- #pragma warn .par
- #pragma warn .hid
- #pragma warn .inl
-
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Proxies;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // Proxies
-