Revision: 76428
http://sourceforge.net/p/brlcad/code/76428
Author: starseeker
Date: 2020-07-22 20:18:30 +0000 (Wed, 22 Jul 2020)
Log Message:
-----------
Note for potential later application
Modified Paths:
--------------
brlcad/branches/gedplugins/src/libged/ged_init.cpp
Modified: brlcad/branches/gedplugins/src/libged/ged_init.cpp
===================================================================
--- brlcad/branches/gedplugins/src/libged/ged_init.cpp 2020-07-22 20:09:45 UTC
(rev 76427)
+++ brlcad/branches/gedplugins/src/libged/ged_init.cpp 2020-07-22 20:18:30 UTC
(rev 76428)
@@ -48,6 +48,13 @@
static char **cmd_list = NULL;
void *ged_cmds;
+// TODO - when defining commands, should note (when we know) that
+// some commands are aliases for others. Initial application is
+// to validate ged_* function call argv0 strings for correctness
+// to the function name, not just general ged_exec validity, but
+// there may be other uses...
+static std::map<std::string, std::set<std::string>> ged_validity;
+
static std::set<void *> ged_handles;
struct bu_vls *ged_init_msg_str;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits