]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/clntdata.cpp
This allows white space to be in the name
[wxWidgets.git] / src / common / clntdata.cpp
index d7a984d672a0da6b6ba901173ca195c82ffccb8a..5291e8fa0ccfcffd15df2c4d14d6caeb0e763c5d 100644 (file)
@@ -6,10 +6,10 @@
 // Created:     9-Oct-2001
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWindows team
 // Created:     9-Oct-2001
 // RCS-ID:      $Id$
 // Copyright:   (c) wxWindows team
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
     #pragma implementation "clntdata.h"
 #endif
 
     #pragma implementation "clntdata.h"
 #endif
 
@@ -24,7 +24,7 @@
 
 
 // ----------------------------------------------------------------------------
 
 
 // ----------------------------------------------------------------------------
-#if 0
+
 
 wxClientDataContainer::wxClientDataContainer()
 {
 
 wxClientDataContainer::wxClientDataContainer()
 {
@@ -81,7 +81,7 @@ void *wxClientDataContainer::DoGetClientData() const
     return m_clientData;
 }
 
     return m_clientData;
 }
 
-#endif
+
 // ----------------------------------------------------------------------------
 
 
 // ----------------------------------------------------------------------------