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

  1. #ifndef __DORULE_H__
  2. #define __DORULE_H__
  3.  
  4. // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
  5.  
  6. // NOTE: Do not modify the contents of this file.  If this class is regenerated by
  7. //  Microsoft Visual C++, your modifications will be overwritten.
  8.  
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDORule wrapper class
  11.  
  12. class CDORule : public COleDispatchDriver
  13. {
  14. public:
  15.     CDORule() {}        // Calls COleDispatchDriver default constructor
  16.     CDORule(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
  17.     CDORule(const CDORule& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
  18.  
  19. // Attributes
  20. public:
  21.  
  22. // Operations
  23. public:
  24.     CString DestinationEntityClassName();
  25.     CString SourceEntityClassName();
  26.     CString RelationClassName();
  27. };
  28.  
  29. #endif // __DORULE_H__
  30.