diff options
Diffstat (limited to 'src/include/xbuda.h')
-rwxr-xr-x | src/include/xbuda.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/xbuda.h b/src/include/xbuda.h index 84eccee..e5c0e91 100755 --- a/src/include/xbuda.h +++ b/src/include/xbuda.h @@ -2,7 +2,7 @@ XBase64 Software Library -Copyright (c) 1997,2003,2014,2022 Gary A Kunkel +Copyright (c) 1997,2003,2014,2022,2023 Gary A Kunkel The xb64 software library is covered under the terms of the GPL Version 3, 2007 license. @@ -34,7 +34,7 @@ class XBDLLEXPORT xbUda { public: xbUda(); ~xbUda(); - + xbInt16 AddTokenForKey( const xbString &sKey, const xbString &sToken ); void Clear(); xbInt16 DelTokenForKey( const xbString &sKey ); @@ -42,7 +42,7 @@ class XBDLLEXPORT xbUda { xbInt16 GetTokenForKey( const xbString &sKey, xbString &sData ); xbInt16 UpdTokenForKey( const xbString &sKey, const xbString &sToken ); void DumpUda() const; - + private: xbLinkListOrd<xbString> llOrd; |