diff options
author | fcolin | 2007-02-01 13:04:10 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:04:10 +0000 |
commit | 5e482c1e4c791cefbf718102e303b94ce0c1af70 (patch) | |
tree | 7393c3ce613f8cccf890ff256bc75f02abdace33 /Bus/Ivy | |
parent | 11dec7787f8668e314f996d0231d95715660eda6 (diff) | |
download | ivy-cplusplus-5e482c1e4c791cefbf718102e303b94ce0c1af70.zip ivy-cplusplus-5e482c1e4c791cefbf718102e303b94ce0c1af70.tar.gz ivy-cplusplus-5e482c1e4c791cefbf718102e303b94ce0c1af70.tar.bz2 ivy-cplusplus-5e482c1e4c791cefbf718102e303b94ce0c1af70.tar.xz |
Utilisateur : Fcolin Date : 31/01/01 Heure : 11:18 Archivé dans $/Ivy (vss 2)
Diffstat (limited to 'Bus/Ivy')
-rw-r--r-- | Bus/Ivy/IvyWatcher.h | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/Bus/Ivy/IvyWatcher.h b/Bus/Ivy/IvyWatcher.h index 7836a90..4ba4140 100644 --- a/Bus/Ivy/IvyWatcher.h +++ b/Bus/Ivy/IvyWatcher.h @@ -1,9 +1,6 @@ -#if !defined(AFX_BUSWATCHER_H__F7F08FE7_E653_11D0_AE3E_080009F92591__INCLUDED_)
-#define AFX_BUSWATCHER_H__F7F08FE7_E653_11D0_AE3E_080009F92591__INCLUDED_
-#if _MSC_VER >= 1000
#pragma once
-#endif // _MSC_VER >= 1000
+
// IvyWatcher.h : header file
//
@@ -27,16 +24,7 @@ public: public:
void start(const char *domain);
void stop();
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(IvyWatcher)
- public:
virtual void OnReceive(int nErrorCode);
- //}}AFX_VIRTUAL
-
- // Generated message map functions
- //{{AFX_MSG(IvyWatcher)
- // NOTE - the ClassWizard will add and remove member functions here.
- //}}AFX_MSG
// Implementation
protected:
@@ -44,9 +32,3 @@ protected: };
-/////////////////////////////////////////////////////////////////////////////
-
-//{{AFX_INSERT_LOCATION}}
-// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
-#endif // !defined(AFX_BUSWATCHER_H__F7F08FE7_E653_11D0_AE3E_080009F92591__INCLUDED_)
|