#ifndef _WX_IPCBASEH__
#define _WX_IPCBASEH__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "ipcbase.h"
-#endif
-
#include "wx/defs.h"
#include "wx/object.h"
#include "wx/string.h"
public:
wxConnectionBase(wxChar *buffer, int size); // use external buffer
wxConnectionBase(); // use internal, adaptive buffer
- wxConnectionBase(wxConnectionBase& copy);
- ~wxConnectionBase(void);
+ wxConnectionBase(const wxConnectionBase& copy);
+ virtual ~wxConnectionBase(void);
void SetConnected( bool c ) { m_connected = c; }
bool GetConnected() { return m_connected; }