mirror of https://github.com/BOINC/boinc.git
- MGR: Make sure the correct constructor is called, otherwise nothing
happens. clientgui/ DlgEventLog.cpp, .h svn path=/trunk/boinc/; revision=20017
This commit is contained in:
parent
c8a045fa16
commit
5863f88922
|
@ -10597,3 +10597,10 @@ Rom 22 Dec 2009
|
||||||
BOINCBaseFrame.cpp
|
BOINCBaseFrame.cpp
|
||||||
BOINCGUIApp.cpp, .h
|
BOINCGUIApp.cpp, .h
|
||||||
DlgEventLog.cpp
|
DlgEventLog.cpp
|
||||||
|
|
||||||
|
Rom 22 Dec 2009
|
||||||
|
- MGR: Make sure the correct constructor is called, otherwise nothing
|
||||||
|
happens.
|
||||||
|
|
||||||
|
clientgui/
|
||||||
|
DlgEventLog.cpp, .h
|
||||||
|
|
|
@ -78,11 +78,6 @@ END_EVENT_TABLE()
|
||||||
* CDlgEventLog constructors
|
* CDlgEventLog constructors
|
||||||
*/
|
*/
|
||||||
|
|
||||||
CDlgEventLog::CDlgEventLog( )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
CDlgEventLog::CDlgEventLog( wxWindow* parent, wxWindowID id, const wxString& caption, const wxPoint& pos, const wxSize& size, long style )
|
CDlgEventLog::CDlgEventLog( wxWindow* parent, wxWindowID id, const wxString& caption, const wxPoint& pos, const wxSize& size, long style )
|
||||||
{
|
{
|
||||||
wxLogTrace(wxT("Function Start/End"), wxT("CDlgEventLog::CDlgEventLog - Constructor Function Begin"));
|
wxLogTrace(wxT("Function Start/End"), wxT("CDlgEventLog::CDlgEventLog - Constructor Function Begin"));
|
||||||
|
|
|
@ -73,9 +73,7 @@ class CDlgEventLog : public wxDialog
|
||||||
|
|
||||||
public:
|
public:
|
||||||
/// Constructors
|
/// Constructors
|
||||||
CDlgEventLog( );
|
CDlgEventLog( wxWindow* parent = NULL, wxWindowID id = SYMBOL_CDLGEVENTLOG_IDNAME, const wxString& caption = SYMBOL_CDLGEVENTLOG_TITLE, const wxPoint& pos = SYMBOL_CDLGEVENTLOG_POSITION, const wxSize& size = SYMBOL_CDLGEVENTLOG_SIZE, long style = SYMBOL_CDLGEVENTLOG_STYLE );
|
||||||
CDlgEventLog( wxWindow* parent, wxWindowID id = SYMBOL_CDLGEVENTLOG_IDNAME, const wxString& caption = SYMBOL_CDLGEVENTLOG_TITLE, const wxPoint& pos = SYMBOL_CDLGEVENTLOG_POSITION, const wxSize& size = SYMBOL_CDLGEVENTLOG_SIZE, long style = SYMBOL_CDLGEVENTLOG_STYLE );
|
|
||||||
|
|
||||||
~CDlgEventLog();
|
~CDlgEventLog();
|
||||||
|
|
||||||
/// Creation
|
/// Creation
|
||||||
|
|
|
@ -1743,6 +1743,22 @@
|
||||||
RelativePath="..\clientgui\DlgAbout.h"
|
RelativePath="..\clientgui\DlgAbout.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\clientgui\DlgEventLog.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\clientgui\DlgEventLog.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\clientgui\DlgEventLogListCtrl.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\clientgui\DlgEventLogListCtrl.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\clientgui\DlgExitMessage.cpp"
|
RelativePath="..\clientgui\DlgExitMessage.cpp"
|
||||||
>
|
>
|
||||||
|
@ -1867,22 +1883,6 @@
|
||||||
RelativePath="..\clientgui\DlgAdvPreferencesBase.h"
|
RelativePath="..\clientgui\DlgAdvPreferencesBase.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\clientgui\DlgEventLog.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\clientgui\DlgEventLog.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\clientgui\DlgEventLogListCtrl.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\clientgui\DlgEventLogListCtrl.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\clientgui\DlgItemProperties.cpp"
|
RelativePath="..\clientgui\DlgItemProperties.cpp"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue