[BACK]Return to asir32guiView.h CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / windows / asir32gui

Diff for /OpenXM_contrib2/windows/asir32gui/asir32guiView.h between version 1.4 and 1.5

version 1.4, 2005/03/09 07:34:20 version 1.5, 2005/05/11 07:34:02
Line 73  class CAsir32guiView : public CEditView (public)
Line 73  class CAsir32guiView : public CEditView (public)
         afx_msg void OnContribhelp();          afx_msg void OnContribhelp();
         afx_msg void OnUpdateContribhelp(CCmdUI* pCmdUI);          afx_msg void OnUpdateContribhelp(CCmdUI* pCmdUI);
         afx_msg void OnSize(UINT nType, int cx, int cy);          afx_msg void OnSize(UINT nType, int cx, int cy);
           afx_msg void OnDsolv();
           afx_msg void OnGnuplot();
           afx_msg void OnOkdiff();
           afx_msg void OnOkdmodule();
           afx_msg void OnOm();
           afx_msg void OnPfpcoh();
           afx_msg void OnPlucker();
           afx_msg void OnSm1();
           afx_msg void OnTigers();
           afx_msg void OnTodoparametrize();
         //}}AFX_MSG          //}}AFX_MSG
         DECLARE_MESSAGE_MAP()          DECLARE_MESSAGE_MAP()
 };  };

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>