home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / componen / interact / demo / data.2 / samples / vc / EXPAND / DORULE.CPP next >
Encoding:
C/C++ Source or Header  |  1996-05-24  |  954 b   |  37 lines

  1. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  2.  
  3. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  4. //  Microsoft Visual C++, your modifications will be overwritten.
  5.  
  6.  
  7. #include "stdafx.h"
  8. #include "dorule.h"
  9.  
  10.  
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CDORule properties
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CDORule operations
  16.  
  17. CString CDORule::DestinationEntityClassName()
  18. {
  19.     CString result;
  20.     InvokeHelper(0x1, DISPATCH_METHOD, VT_BSTR, (void*)&result, NULL);
  21.     return result;
  22. }
  23.  
  24. CString CDORule::SourceEntityClassName()
  25. {
  26.     CString result;
  27.     InvokeHelper(0x2, DISPATCH_METHOD, VT_BSTR, (void*)&result, NULL);
  28.     return result;
  29. }
  30.  
  31. CString CDORule::RelationClassName()
  32. {
  33.     CString result;
  34.     InvokeHelper(0x3, DISPATCH_METHOD, VT_BSTR, (void*)&result, NULL);
  35.     return result;
  36. }
  37.