X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/46b0747592074017ff0ea4b33d4a7194235886e5..46d0fa38003ef0b122fea77dfaa252fa832cb5a3:/libs/srvconf/parsers/chg_corp.h?ds=inline

diff --git a/libs/srvconf/parsers/chg_corp.h b/libs/srvconf/parsers/chg_corp.h
index b30482f7..e38c5ad9 100644
--- a/libs/srvconf/parsers/chg_corp.h
+++ b/libs/srvconf/parsers/chg_corp.h
@@ -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"
 
@@ -27,16 +26,15 @@
 
 #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