]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AITanker.hxx
Optimise NavCache airport query
[flightgear.git] / src / AIModel / AITanker.hxx
index ce4329a2c0a49b3ee29c89d71d650dd2692b0d83..fcea6a28fcd1ad2a2dd6ff6eb9cb937436eb887c 100644 (file)
@@ -41,14 +41,13 @@ public:
 
     virtual void readFromScenario(SGPropertyNode* scFileNode);
     virtual void bind();
-    virtual void unbind();
 
     virtual const char* getTypeString(void) const { return "tanker"; }
 
-    void setTACANChannelID(const string& id);
+    void setTACANChannelID(const std::string& id);
     
 private:
-    string TACAN_channel_id;     // The TACAN channel of this tanker
+    std::string TACAN_channel_id;     // The TACAN channel of this tanker
     bool contact;                // set if this tanker is within fuelling range
 
     virtual void Run(double dt);