]> git.stg.codes - stg.git/blobdiff - libs/srvconf/parsers/chg_tariff.h
Public interfaces: part 1
[stg.git] / libs / srvconf / parsers / chg_tariff.h
index 142b015565fece2e095794f0a2b8e6d96dac4e72..cee0853c6c4acd2d96a4046dce409fc4954c2328 100644 (file)
@@ -18,8 +18,7 @@
  *    Author : Maxim Mamontov <faust@stargazer.dp.ua>
  */
 
  *    Author : Maxim Mamontov <faust@stargazer.dp.ua>
  */
 
-#ifndef __STG_STGLIBS_SRVCONF_PARSER_CHG_TARIFF_H__
-#define __STG_STGLIBS_SRVCONF_PARSER_CHG_TARIFF_H__
+#pragma once
 
 #include "base.h"
 
 
 #include "base.h"
 
 
 #include <string>
 
 
 #include <string>
 
-struct TARIFF_DATA_RES;
-
 namespace STG
 {
 namespace STG
 {
-namespace CHG_TARIFF
+
+struct TariffDataOpt;
+
+namespace ChgTariff
 {
 
 {
 
-std::string Serialize(const TARIFF_DATA_RES & data, const std::string & encoding);
+std::string serialize(const TariffDataOpt& data, const std::string& encoding);
 
 
-} // namespace CHG_TARIFF
+} // namespace ChgTariff
 } // namespace STG
 } // namespace STG
-
-#endif