X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fstructure%2Fcommands.hxx;h=0825ffd9fc58c3c97b966d3d498dd11892acd1a6;hb=ff7e70f4d570c472bbc6fe4198483d927914a35e;hp=fa27ac7e8a66bd726d42e2ad916cd116798b0bd4;hpb=2ea2f1b4f29afe7d74e0474ca02874387526e804;p=simgear.git diff --git a/simgear/structure/commands.hxx b/simgear/structure/commands.hxx index fa27ac7e..0825ffd9 100644 --- a/simgear/structure/commands.hxx +++ b/simgear/structure/commands.hxx @@ -13,15 +13,17 @@ #include -#include STL_STRING +#include #include #include +#include + #include -SG_USING_STD(string); -SG_USING_STD(map); -SG_USING_STD(vector); +using std::string; +using std::map; +using std::vector; /** @@ -109,6 +111,8 @@ private: typedef map command_map; command_map _commands; + static OpenThreads::Mutex _instanceMutex; + }; #endif // __COMMANDS_HXX