home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
PROXIES.HPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-01-16
|
2KB
|
40 lines
//----------------------------------------------------------------------------
// 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