OSDN Git Service

[dennco] The update for the implementation of plugin functionality.
[dennco/dennco.git] / Source / layer3 / dnpluginoutputcell.h
index 2caa4c9..1468516 100644 (file)
@@ -28,6 +28,7 @@ class DNPluginOutputCell : public DNCellInterfaceable
     DNPlugin    *d_plugin;
     std::string d_valueName;
     float       d_outputValue;
+    bool        d_wasReady;
 
 public:
     DNPluginOutputCell(TKContainer *container, std::string location, std::string name, std::string pluginName, std::string valueName);