]> git.stg.codes - stg.git/blobdiff - projects/sgconf/admins.cpp
Removed unused files.
[stg.git] / projects / sgconf / admins.cpp
index 03aa5a2010315b49db71e6d32c8b2c2887aacbd8..da404bf320b073aa382125e6d7372e1966f53abe 100644 (file)
@@ -83,7 +83,7 @@ for (size_t i = 0; i < info.size(); ++i)
         PrintAdmin(info[i]);
 }
 
-}
+} // namespace anonymous
 
 
 bool SGCONF::GetAdminsFunction(const SGCONF::CONFIG & config,
@@ -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;
 }