]> git.stg.codes - stg.git/blobdiff - libs/srvconf/parsers/chg_corp.h
Public interfaces: part 1
[stg.git] / libs / srvconf / parsers / chg_corp.h
index b30482f7dec9f1593121fc5262d9e7301f938fc3..e38c5ad9d21c26fde3ace9ee989e5ad76d0ba9bc 100644 (file)
@@ -18,8 +18,7 @@
  *    Author : Maxim Mamontov <faust@stargazer.dp.ua>
  */
 
-#ifndef __STG_STGLIBS_SRVCONF_PARSER_CHG_CORP_H__
-#define __STG_STGLIBS_SRVCONF_PARSER_CHG_CORP_H__
+#pragma once
 
 #include "base.h"
 
 
 #include <string>
 
-struct CORP_CONF_RES;
-
 namespace STG
 {
-namespace CHG_CORP
+
+struct CorpConfOpt;
+
+namespace ChgCorp
 {
 
-std::string Serialize(const CORP_CONF_RES & conf, const std::string & encoding);
+std::string serialize(const CorpConfOpt& conf, const std::string& encoding);
 
-} // namespace CHG_CORP
+} // namespace ChgCorp
 } // namespace STG
-
-#endif