home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 May / VPR9705A.ISO / VPR_DATA / PROGRAM / CBTRIAL / SETUP / DATA.Z / PROXIES.HPP < prev    next >
C/C++ Source or Header  |  1997-02-14  |  2KB  |  40 lines

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