diff options
author | fcolin | 2007-02-01 12:52:30 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:52:30 +0000 |
commit | ee8e715afecefe1780f63004e3dac0e0810ea648 (patch) | |
tree | d70db30632bb985cf48fe33717ccd96b2588e15c | |
parent | 7ad955791ae43a15eab3b89fa2c899d9ee98c148 (diff) | |
download | ivy-cplusplus-ee8e715afecefe1780f63004e3dac0e0810ea648.zip ivy-cplusplus-ee8e715afecefe1780f63004e3dac0e0810ea648.tar.gz ivy-cplusplus-ee8e715afecefe1780f63004e3dac0e0810ea648.tar.bz2 ivy-cplusplus-ee8e715afecefe1780f63004e3dac0e0810ea648.tar.xz |
Utilisateur : Fcolin Date : 27/11/01 Heure : 15:26 Archivé dans $/Bus/Horloge (vss 2)
-rw-r--r-- | Horloge/HorlogeDlg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Horloge/HorlogeDlg.h b/Horloge/HorlogeDlg.h index 366f6a2..5550961 100644 --- a/Horloge/HorlogeDlg.h +++ b/Horloge/HorlogeDlg.h @@ -27,6 +27,7 @@ public: CDigistring m_Time;
CString m_busnumber;
BOOL m_big_speed;
+ CString m_filename;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
@@ -43,6 +44,7 @@ protected: SYSTEMTIME time;
void IvyClockEvent( IvyApplication *app, int argc, const char **argv );
void IvyRejeuReady( IvyApplication *app, int argc, const char **argv );
+ void IvyFileReadEvent( IvyApplication *app, int argc, const char **argv );
void OnApplicationConnected( IvyApplication *app );
void OnApplicationDisconnected( IvyApplication *app );
@@ -63,6 +65,9 @@ protected: afx_msg void OnForw1();
afx_msg void OnForw2();
afx_msg void OnForw5();
+ afx_msg void OnFile();
+ afx_msg void OnNormalSpeed();
+ afx_msg void OnDblclkApplist();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
|