home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Source / Vcl / CORBARDM.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1999-08-11  |  632 b   |  26 lines

  1.  
  2. {*******************************************************}
  3. {                                                       }
  4. {       Borland Delphi Visual Component Library         }
  5. {       CORBA Remote Data Module                        }
  6. {                                                       }
  7. {       Copyright (c) 1999 Inprise Corporation          }
  8. {                                                       }
  9. {*******************************************************}
  10.  
  11. unit CorbaRdm;
  12.  
  13. interface
  14.  
  15. uses DataBkr;
  16.  
  17. type
  18.  
  19.   { TCorbaDataModule }
  20.  
  21.   TCorbaDataModule = class(TRemoteDataModule);
  22.  
  23. implementation
  24.  
  25. end.
  26.