]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ipc.h
made internal members of wxColourData public again; added a comment warning users...
[wxWidgets.git] / interface / wx / ipc.h
index c6bd35c787caef22ff456c28fb46cdfc21d5d75f..fb477a56ac408a01e55aca541c77e77113b4ed73 100644 (file)
@@ -8,7 +8,6 @@
 
 /**
     @class wxConnection
-    @wxheader{ipc.h}
 
     A wxConnection object represents the connection between a client
     and a server. It is created by making a connection using a
@@ -212,7 +211,6 @@ public:
 
 /**
     @class wxClient
-    @wxheader{ipc.h}
 
     A wxClient object represents the client part of a client-server
     DDE-like (Dynamic Data Exchange) conversation. The actual
@@ -291,7 +289,6 @@ public:
 
 /**
     @class wxServer
-    @wxheader{ipc.h}
 
     A wxServer object represents the server part of a client-server
     DDE-like (Dynamic Data Exchange) conversation. The actual