diff options
author | fcolin | 2007-02-01 13:04:10 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:04:10 +0000 |
commit | 33911345aa6a44706e2d805f91fa2ffd4fd717cb (patch) | |
tree | 4fb44305080951e04199e1f050884e3df3eb02c3 /Ivy/IvyWatcher.h | |
parent | dc3740113a3db349f005ee5e4a948cb5d9972120 (diff) | |
download | ivy-cplusplus-33911345aa6a44706e2d805f91fa2ffd4fd717cb.zip ivy-cplusplus-33911345aa6a44706e2d805f91fa2ffd4fd717cb.tar.gz ivy-cplusplus-33911345aa6a44706e2d805f91fa2ffd4fd717cb.tar.bz2 ivy-cplusplus-33911345aa6a44706e2d805f91fa2ffd4fd717cb.tar.xz |
Utilisateur : Fcolin Date : 31/01/01 Heure : 11:18 Archivé dans $/Ivy (vss 2)
Diffstat (limited to 'Ivy/IvyWatcher.h')
-rw-r--r-- | Ivy/IvyWatcher.h | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/Ivy/IvyWatcher.h b/Ivy/IvyWatcher.h index 7836a90..4ba4140 100644 --- a/Ivy/IvyWatcher.h +++ b/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_)
|