X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b88c44e735c80ecee8791f7560f5ee63dd9e9234..b404a8f3b072129c107c6d9a5e0f6f53cd34807b:/src/common/clntdata.cpp diff --git a/src/common/clntdata.cpp b/src/common/clntdata.cpp index d7a984d672..fde025e64f 100644 --- a/src/common/clntdata.cpp +++ b/src/common/clntdata.cpp @@ -1,18 +1,14 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: common/clntdata.cpp +// Name: src/common/clntdata.cpp // Purpose: A mixin class for holding a wxClientData or void pointer // Author: Robin Dunn // Modified by: // Created: 9-Oct-2001 // RCS-ID: $Id$ -// Copyright: (c) wxWindows team -// Licence: wxWindows license +// Copyright: (c) wxWidgets team +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ - #pragma implementation "clntdata.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -24,7 +20,7 @@ // ---------------------------------------------------------------------------- -#if 0 + wxClientDataContainer::wxClientDataContainer() { @@ -81,7 +77,7 @@ void *wxClientDataContainer::DoGetClientData() const return m_clientData; } -#endif + // ----------------------------------------------------------------------------