2003-01-18 15:16:34 +00:00
|
|
|
// dialog.cxx: implementation of an XML-configurable dialog box.
|
|
|
|
|
2006-02-18 13:58:09 +00:00
|
|
|
#ifdef HAVE_CONFIG_H
|
|
|
|
# include "config.h"
|
|
|
|
#endif
|
|
|
|
|
2003-01-18 15:16:34 +00:00
|
|
|
#include "dialog.hxx"
|
2009-02-10 22:14:13 +00:00
|
|
|
|
2011-11-19 20:46:17 +00:00
|
|
|
FGDialog::FGDialog (SGPropertyNode *)
|
2007-04-02 12:12:23 +00:00
|
|
|
{
|
2009-10-03 22:12:22 +00:00
|
|
|
|
2003-01-18 15:16:34 +00:00
|
|
|
}
|
|
|
|
|
2011-11-19 20:46:17 +00:00
|
|
|
FGDialog::~FGDialog()
|
2003-01-18 15:16:34 +00:00
|
|
|
{
|
2010-12-07 10:33:14 +00:00
|
|
|
|
|
|
|
}
|
|
|
|
|
2003-01-18 15:16:34 +00:00
|
|
|
// end of dialog.cxx
|