/[gcjwebplugin]/gcjwebplugin/src/CNIEmbeddedWindow.cc
ViewVC logotype

Diff of /gcjwebplugin/src/CNIEmbeddedWindow.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mkoch, Fri Jul 4 07:06:02 2003 UTC revision 1.2 by mkoch, Fri Jul 4 07:58:01 2003 UTC
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39  #include "CNIEmbeddedWindow.h"  #include "CNIEmbeddedWindow.h"
40    
41  CNIEmbeddedWindow::CNIEmbeddedWindow (int window_id, int width, int height)  CNIEmbeddedWindow::CNIEmbeddedWindow (int window_id, int width, int height)
42      : m_embeddedWindow (0) // FIXME: Why doesn't NULL work here ?
43  {  {
44    m_embeddedWindow = new EmbeddedWindow (window_id, width, height);    m_embeddedWindow = new EmbeddedWindow (window_id, width, height);
45  }  }
# Line 47  CNIEmbeddedWindow::~CNIEmbeddedWindow () Line 48  CNIEmbeddedWindow::~CNIEmbeddedWindow ()
48  {  {
49    delete m_embeddedWindow;    delete m_embeddedWindow;
50  }  }
51    
52    void CNIEmbeddedWindow::start ()
53    {
54      if (m_embeddedWindow)
55        {
56        }
57    }
58    
59    void CNIEmbeddedWindow::stop ()
60    {
61      if (m_embeddedWindow)
62        {
63        }
64    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26