mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9744
This commit is contained in:
parent
d76cbf1eaa
commit
f37c118c58
|
@ -3319,4 +3319,13 @@ Walt 27 Mar 2006
|
||||||
|
|
||||||
clientgui/
|
clientgui/
|
||||||
MainFrame.cpp
|
MainFrame.cpp
|
||||||
CBOINCDialupManager.cpp
|
BOINCDialupManager.cpp
|
||||||
|
|
||||||
|
Walt 27 Mar 2006
|
||||||
|
- Second half of CBOINCDialupManager changes
|
||||||
|
|
||||||
|
clientgui/
|
||||||
|
BOINCDialupManager.cpp, h
|
||||||
|
Makefile.am
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
// 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
|
||||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||||
#pragma implementation "BOINCDialUpManager.h"
|
#pragma implementation "BOINCDialupManager.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "stdwx.h"
|
#include "stdwx.h"
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
#define _BOINCDIALUPMANAGER_H_
|
#define _BOINCDIALUPMANAGER_H_
|
||||||
|
|
||||||
#if defined(__GNUG__) && !defined(__APPLE__)
|
#if defined(__GNUG__) && !defined(__APPLE__)
|
||||||
#pragma interface "BOINCDialUpManager.cpp"
|
#pragma interface "BOINCDialupManager.cpp"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,7 @@ bin_PROGRAMS = boinc_gui
|
||||||
|
|
||||||
boinc_gui_SOURCES = \
|
boinc_gui_SOURCES = \
|
||||||
BOINCBaseView.cpp \
|
BOINCBaseView.cpp \
|
||||||
|
BOINCDialupManager.cpp \
|
||||||
BOINCGUIApp.cpp \
|
BOINCGUIApp.cpp \
|
||||||
BOINCListCtrl.cpp \
|
BOINCListCtrl.cpp \
|
||||||
BOINCTaskBar.cpp \
|
BOINCTaskBar.cpp \
|
||||||
|
|
Loading…
Reference in New Issue