projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Line-up interfaces to use size_t for GetCount()s.
[wxWidgets.git]
/
src
/
common
/
clntdata.cpp
diff --git
a/src/common/clntdata.cpp
b/src/common/clntdata.cpp
index d7a984d672a0da6b6ba901173ca195c82ffccb8a..ca1e8b5f6f8aaff10a70fd23724260152eab012b 100644
(file)
--- a/
src/common/clntdata.cpp
+++ b/
src/common/clntdata.cpp
@@
-5,14
+5,10
@@
// Modified by:
// Created: 9-Oct-2001
// RCS-ID: $Id$
// Modified by:
// Created: 9-Oct-2001
// RCS-ID: $Id$
-// Copyright: (c) wxWi
ndow
s team
-// Licence: wxWindows licen
s
e
+// Copyright: (c) wxWi
dget
s team
+// Licence: wxWindows licen
c
e
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
- #pragma implementation "clntdata.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@
-24,7
+20,7
@@
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
-#if 0
+
wxClientDataContainer::wxClientDataContainer()
{
wxClientDataContainer::wxClientDataContainer()
{
@@
-81,7
+77,7
@@
void *wxClientDataContainer::DoGetClientData() const
return m_clientData;
}
return m_clientData;
}
-#endif
+
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------