00001 #ifndef GTK_CONFIG_STORE_H 00002 #define GTK_CONFIG_STORE_H 00003 00004 namespace ns3 { 00005 00006 /** 00007 * \brief A class that provides a GTK-based front end to ns3::ConfigStore 00008 */ 00009 class GtkConfigStore 00010 { 00011 public: 00012 GtkConfigStore (); 00013 00014 void Configure (void); 00015 }; 00016 00017 00018 } // namespace ns3 00019 00020 #endif /* GTK_CONFIG_STORE_H */