OSDN Git Service

(none)
authorryuz <ryuz>
Wed, 13 Dec 2006 17:05:48 +0000 (17:05 +0000)
committerryuz <ryuz>
Wed, 13 Dec 2006 17:05:48 +0000 (17:05 +0000)
kernel/cfgrtr/source/calcexp.cpp

index 743e782..04bf14e 100755 (executable)
@@ -53,8 +53,17 @@ protected:
 };
 
 
+// 計算する
+bool CExpression::Calc(const char *pszExpression, int &piValue)
+{
+
+}
+
 bool CExpression::Calc(vector<TTerm> &vectTerm, const char *pszExpression, int &piValue)
 {
+
+}
+
        vector<TTerm> vectTerm;
        TTerm Term;
        int   c;