]> git.stg.codes - stg.git/blobdiff - projects/sgconf/admins.cpp
Implemented some operations with tariffs.
[stg.git] / projects / sgconf / admins.cpp
index 03aa5a2010315b49db71e6d32c8b2c2887aacbd8..ac8134a437c8b4f281871f95345d650ecdece2c3 100644 (file)
@@ -126,6 +126,8 @@ bool SGCONF::AddAdminFunction(const SGCONF::CONFIG & config,
                               const std::string & arg,
                               const std::map<std::string, std::string> & /*options*/)
 {
+// TODO
+std::cerr << "Unimplemented.\n";
 return false;
 }
 
@@ -133,5 +135,7 @@ bool SGCONF::ChgAdminFunction(const SGCONF::CONFIG & config,
                               const std::string & arg,
                               const std::map<std::string, std::string> & options)
 {
+// TODO
+std::cerr << "Unimplemented.\n";
 return false;
 }