OSDN Git Service

formatted all files with 'astyle -A8 -HUpc -k3 -z2 -r ./*.cpp ./*.c ./*.h'.
[ultramonkey-l7/ultramonkey-l7-v3.git] / l7vsd / unit_tests / virtualservice_test / parameter_stub / parameter.h
index b7fa653..7ed9d4d 100644 (file)
@@ -22,9 +22,9 @@
 
 namespace l7vs
 {
-       class ParameterImpl;
-       class Parameter
-       {
+    class ParameterImpl;
+    class Parameter
+    {
 public:
     Parameter();                            //!< default constractor
     ~Parameter();                           //!< default destractor
@@ -84,14 +84,14 @@ public:
                          const std::string& = PARAMETER_FILE );
 
 
-       void    setIntValue(const PARAMETER_COMPONENT_TAG comp, const std::string& key, const int value);
-       void    setStringValue(const PARAMETER_COMPONENT_TAG comp, const std::string& key, const std::string& value);
+    void    setIntValue(const PARAMETER_COMPONENT_TAG comp, const std::string& key, const int value);
+    void    setStringValue(const PARAMETER_COMPONENT_TAG comp, const std::string& key, const std::string& value);
 
         void    deleteIntValue(const PARAMETER_COMPONENT_TAG comp, const std::string& key);
         void    deleteStringValue(const PARAMETER_COMPONENT_TAG comp, const std::string& key);
 
 
-       };
+    };
 };
-       
-#endif //PARAMETER_H__
+    
+#endif  //PARAMETER_H__