summaryrefslogtreecommitdiff
path: root/ACE/examples/ConfigViewer
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/ConfigViewer')
-rw-r--r--ACE/examples/ConfigViewer/ValueDlg.h1
-rw-r--r--ACE/examples/ConfigViewer/ValueListCtrl.cpp1
-rw-r--r--ACE/examples/ConfigViewer/ValueListCtrl.h1
-rw-r--r--ACE/examples/ConfigViewer/stdafx.h1
4 files changed, 0 insertions, 4 deletions
diff --git a/ACE/examples/ConfigViewer/ValueDlg.h b/ACE/examples/ConfigViewer/ValueDlg.h
index d909e75770d..faae174c18a 100644
--- a/ACE/examples/ConfigViewer/ValueDlg.h
+++ b/ACE/examples/ConfigViewer/ValueDlg.h
@@ -42,7 +42,6 @@ protected:
u_int m_UINTValue;
private:
-
};
#endif
diff --git a/ACE/examples/ConfigViewer/ValueListCtrl.cpp b/ACE/examples/ConfigViewer/ValueListCtrl.cpp
index 53bbc04cdc5..9a30226ef3b 100644
--- a/ACE/examples/ConfigViewer/ValueListCtrl.cpp
+++ b/ACE/examples/ConfigViewer/ValueListCtrl.cpp
@@ -136,7 +136,6 @@ void ValueListCtrl::OnModify(wxCommandEvent& event)
Value = Dlg.GetUINTValue();
m_pConfig->set_integer_value(m_Key, Name, Value);
-
}
break;
case ACE_Configuration::BINARY:
diff --git a/ACE/examples/ConfigViewer/ValueListCtrl.h b/ACE/examples/ConfigViewer/ValueListCtrl.h
index 914a8d71967..78f33256a89 100644
--- a/ACE/examples/ConfigViewer/ValueListCtrl.h
+++ b/ACE/examples/ConfigViewer/ValueListCtrl.h
@@ -36,7 +36,6 @@ protected:
DECLARE_EVENT_TABLE()
private:
-
ACE_Configuration* m_pConfig;
ACE_Configuration_Section_Key m_Key;
};
diff --git a/ACE/examples/ConfigViewer/stdafx.h b/ACE/examples/ConfigViewer/stdafx.h
index 5a62cdd3a2d..0a3e236f075 100644
--- a/ACE/examples/ConfigViewer/stdafx.h
+++ b/ACE/examples/ConfigViewer/stdafx.h
@@ -11,4 +11,3 @@
-