home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 9 / CDACTUAL9.iso / progs / CB / DATA.Z / PROXIES.HPP < prev    next >
Encoding:
C/C++ Source or Header  |  1996-11-06  |  1.4 KB  |  33 lines

  1. //----------------------------------------------------------------------------
  2. // Proxies.hpp - dcc32 generated hdr (DO NOT EDIT) rev: -2
  3. // From: Proxies.pas
  4. //----------------------------------------------------------------------------
  5. #ifndef ProxiesHPP
  6. #define ProxiesHPP
  7. //----------------------------------------------------------------------------
  8. #ifndef SystemHPP
  9. #include <System.hpp>
  10. #endif
  11.  
  12. namespace Proxies
  13. {
  14. //-- type declarations -------------------------------------------------------
  15. //-- var, const, procedure ---------------------------------------------------
  16. extern void __fastcall CreateSubClass(System::TObject *Instance, const System::AnsiString ClassName, 
  17.     System::TMetaClass * Ancestor);
  18. extern void __fastcall DestroySubClass(System::TObject *Instance);
  19. extern void __fastcall RenameSubClass(System::TObject *Instance, const System::AnsiString ClassName)
  20.     ;
  21. extern System::TObject *__fastcall GetSubClassInstance(System::TMetaClass * Proxy);
  22. extern System::Pointer __fastcall CreateSubClassMethod(System::TObject *Instance, const System::AnsiString 
  23.     MethodName);
  24. extern void __fastcall RenameSubClassMethod(System::TObject *Instance, System::Pointer Method, const System::AnsiString 
  25.     MethodName);
  26.  
  27. }    /* namespace Proxies */
  28. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  29. using namespace Proxies;
  30. #endif
  31. //-- end unit ----------------------------------------------------------------
  32. #endif    // Proxies
  33.