home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / nmfngr.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  2KB  |  60 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'NMFngr.pas' rev: 5.00
  6.  
  7. #ifndef NMFngrHPP
  8. #define NMFngrHPP
  9.  
  10. #pragma delphiheader begin
  11. #pragma option push -w-
  12. #pragma option push -Vx
  13. #include <NMConst.hpp>    // Pascal unit
  14. #include <Psock.hpp>    // Pascal unit
  15. #include <Forms.hpp>    // Pascal unit
  16. #include <Classes.hpp>    // Pascal unit
  17. #include <SysInit.hpp>    // Pascal unit
  18. #include <System.hpp>    // Pascal unit
  19.  
  20. //-- user supplied -----------------------------------------------------------
  21.  
  22. namespace Nmfngr
  23. {
  24. //-- type declarations -------------------------------------------------------
  25. class DELPHICLASS TNMFinger;
  26. class PASCALIMPLEMENTATION TNMFinger : public Psock::TPowersock 
  27. {
  28.     typedef Psock::TPowersock inherited;
  29.     
  30. private:
  31.     AnsiString FUser;
  32.     AnsiString __fastcall GetFingerString();
  33.     
  34. public:
  35.     __fastcall virtual TNMFinger(Classes::TComponent* AOwner);
  36.     
  37. __published:
  38.     __property AnsiString FingerStr = {read=GetFingerString};
  39.     __property AnsiString User = {read=FUser, write=FUser};
  40. public:
  41.     #pragma option push -w-inl
  42.     /* TPowersock.Destroy */ inline __fastcall virtual ~TNMFinger(void) { }
  43.     #pragma option pop
  44.     
  45. };
  46.  
  47.  
  48. //-- var, const, procedure ---------------------------------------------------
  49.  
  50. }    /* namespace Nmfngr */
  51. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  52. using namespace Nmfngr;
  53. #endif
  54. #pragma option pop    // -w-
  55. #pragma option pop    // -Vx
  56.  
  57. #pragma delphiheader end.
  58. //-- end unit ----------------------------------------------------------------
  59. #endif    // NMFngr
  60.