home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-04-14 | 920 b | 27 lines | [TEXT/MPCC] |
- //----------------------------------------------------------------------------------------
- // Binding protocol
- //----------------------------------------------------------------------------------------
-
- #ifndef _CREDITNOWDEMO_
- #include "CPCreditNowDemo.h"
- #endif
-
- //----------------------------------------------------------------------------------------
-
- void CPCreditNowDemo::ExternalizeKinds(Environment* ev, ODTypeList* kindList)
- {
- // CodeWarrior: Cmd-Click or Search:Find Definition • Explain_ExternalizeKinds
- EnteringMethod("\pCPCreditNowDemo::ExternalizeKinds");
- ODUnused(kindList);
- this->Externalize(ev);
- }
-
- //----------------------------------------------------------------------------------------
-
- void CPCreditNowDemo::ChangeKind(Environment* ev, ODType kind)
- {
- // CodeWarrior: Cmd-Click or Search:Find Definition • Explain_ChangeKind
- EnteringMethod("\pCPCreditNowDemo::ChangeKind");
- ODUnused(kind);
- }
-