Modify Scanner class
[platform/framework/native/appfw.git] / src / base / utility / FBaseUtil_ScannerImpl.h
index 350cf9d..9fd2741 100644 (file)
@@ -40,7 +40,6 @@ public:
        _ScannerImpl(const _ScannerImpl& scanner);
        _ScannerImpl& operator =(const _ScannerImpl& scanner);
        virtual ~_ScannerImpl(void);
-//     virtual int GetHashCode(void);
 
        result Construct(const String& str);
        result Construct(const String& filePath, const String& encodingScheme);
@@ -55,6 +54,7 @@ public:
        result GetNextShort(short& nextShort);
        result GetNextShort(short& nextShort, int radix);
        result GetNextLongLong(long long& nextLongLong);
+       result GetNextLongLong(long long& nextLongLong, int radix);
        result GetNextFloat(float& nextFloat);
        result GetNextDouble(double& nextDouble);
        result GetNextBool(bool& nextBool);