home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / Vcl / nmecho.hpp < prev    next >
C/C++ Source or Header  |  2000-02-01  |  2KB  |  61 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) 'NMEcho.pas' rev: 5.00
  6.  
  7. #ifndef NMEchoHPP
  8. #define NMEchoHPP
  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 <SysUtils.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 Nmecho
  23. {
  24. //-- type declarations -------------------------------------------------------
  25. class DELPHICLASS TNMEcho;
  26. class PASCALIMPLEMENTATION TNMEcho : public Psock::TPowersock 
  27. {
  28.     typedef Psock::TPowersock inherited;
  29.     
  30. private:
  31.     AnsiString FEchoInStr;
  32.     float FElapsedTime;
  33.     
  34. public:
  35.     __fastcall virtual TNMEcho(Classes::TComponent* AOwner);
  36.     AnsiString __fastcall Echo(AnsiString EchoString);
  37.     __property float ElapsedTime = {read=FElapsedTime};
  38.     
  39. __published:
  40.     __property OnConnectionRequired ;
  41. public:
  42.     #pragma option push -w-inl
  43.     /* TPowersock.Destroy */ inline __fastcall virtual ~TNMEcho(void) { }
  44.     #pragma option pop
  45.     
  46. };
  47.  
  48.  
  49. //-- var, const, procedure ---------------------------------------------------
  50.  
  51. }    /* namespace Nmecho */
  52. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  53. using namespace Nmecho;
  54. #endif
  55. #pragma option pop    // -w-
  56. #pragma option pop    // -Vx
  57.  
  58. #pragma delphiheader end.
  59. //-- end unit ----------------------------------------------------------------
  60. #endif    // NMEcho
  61.