home *** CD-ROM | disk | FTP | other *** search
- #ifndef __DORULE_H__
- #define __DORULE_H__
-
- // Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
-
- // NOTE: Do not modify the contents of this file. If this class is regenerated by
- // Microsoft Visual C++, your modifications will be overwritten.
-
- /////////////////////////////////////////////////////////////////////////////
- // CDORule wrapper class
-
- class CDORule : public COleDispatchDriver
- {
- public:
- CDORule() {} // Calls COleDispatchDriver default constructor
- CDORule(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
- CDORule(const CDORule& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
-
- // Attributes
- public:
-
- // Operations
- public:
- CString DestinationEntityClassName();
- CString SourceEntityClassName();
- CString RelationClassName();
- };
-
- #endif // __DORULE_H__
-