]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/ole/automtn.h
implemented wxApp::OnExceptionInMainLoop()
[wxWidgets.git] / include / wx / msw / ole / automtn.h
index f8af91687749173b85979a3c0c3b62dec1d53fb4..81ef363be240815feb277646d35eea6cb463b233 100644 (file)
@@ -9,7 +9,7 @@
 // Licence:     wxWindows Licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "automtn.h"
 #endif
 
@@ -71,7 +71,7 @@ public:
                const wxVariant& arg3 = wxNullVariant, const wxVariant& arg4 = wxNullVariant,
                const wxVariant& arg5 = wxNullVariant, const wxVariant& arg6 = wxNullVariant);
 
-        bool wxAutomationObject::PutPropertyArray(const wxString& property, int noArgs, const wxVariant **args);
+    bool PutPropertyArray(const wxString& property, int noArgs, const wxVariant **args);
     bool PutProperty(const wxString& property, int noArgs, wxVariant args[]) ;
        bool PutProperty(const wxString& property,
                const wxVariant& arg1, const wxVariant& arg2 = wxNullVariant,
@@ -92,6 +92,8 @@ public:
 
 public:
     WXIDISPATCH*  m_dispatchPtr;
+
+    DECLARE_NO_COPY_CLASS(wxAutomationObject)
 };