projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added wxMBConv::Clone() to be able to copy conversion objects polymorphically
[wxWidgets.git]
/
include
/
wx
/
msw
/
dde.h
diff --git
a/include/wx/msw/dde.h
b/include/wx/msw/dde.h
index a662dc3a97ecf8e0da5a2822cf0d380b65e77568..2a34b01bc7db877f8e4c855c2403c4aec9ce2ce6 100644
(file)
--- a/
include/wx/msw/dde.h
+++ b/
include/wx/msw/dde.h
@@
-6,16
+6,12
@@
// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Created: 01/02/97
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
-// Licence: wxWi
dget
s licence
+// Licence: wxWi
ndow
s licence
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_DDE_H_
#define _WX_DDE_H_
/////////////////////////////////////////////////////////////////////////////
#ifndef _WX_DDE_H_
#define _WX_DDE_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "dde.h"
-#endif
-
#include "wx/ipcbase.h"
/*
#include "wx/ipcbase.h"
/*
@@
-67,7
+63,7
@@
public:
// Calls that both can make
virtual bool Disconnect(void);
// Calls that both can make
virtual bool Disconnect(void);
- // Default behaviour is to delete connection and return
TRUE
+ // Default behaviour is to delete connection and return
true
virtual bool OnDisconnect(void);
public:
virtual bool OnDisconnect(void);
public:
@@
-90,7
+86,7
@@
class WXDLLIMPEXP_BASE wxDDEServer: public wxServerBase
wxDDEServer(void);
~wxDDEServer(void);
wxDDEServer(void);
~wxDDEServer(void);
- bool Create(const wxString& server_name); // Returns
FALSE
if can't create server (e.g. port
+ bool Create(const wxString& server_name); // Returns
false
if can't create server (e.g. port
// number is already in use)
virtual wxConnectionBase *OnAcceptConnection(const wxString& topic);
// number is already in use)
virtual wxConnectionBase *OnAcceptConnection(const wxString& topic);