]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/clntdata.cpp
forwarding style changes to documentViews, see #14578
[wxWidgets.git] / src / common / clntdata.cpp
index d7a984d672a0da6b6ba901173ca195c82ffccb8a..fde025e64fb019f28da3c180e1c74d2483ed8894 100644 (file)
@@ -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
+
 // ----------------------------------------------------------------------------