From 780b92ada9afcf1d58085a83a0b9e6bc982203d1 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 17 Feb 2015 17:25:57 +0000 Subject: Imported from /home/lorry/working-area/delta_berkeleydb/db-6.1.23.tar.gz. --- lang/csharp/src/SequenceStats.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/csharp/src/SequenceStats.cs') diff --git a/lang/csharp/src/SequenceStats.cs b/lang/csharp/src/SequenceStats.cs index 3d513c41..163cacc2 100644 --- a/lang/csharp/src/SequenceStats.cs +++ b/lang/csharp/src/SequenceStats.cs @@ -1,7 +1,7 @@ /*- * See the file LICENSE for redistribution information. * - * Copyright (c) 2009, 2012 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2015 Oracle and/or its affiliates. All rights reserved. * */ using System; @@ -21,7 +21,7 @@ namespace BerkeleyDB { /// /// Cache size. /// - public int CacheSize { get { return st.st_cache_size; } } + public uint CacheSize { get { return st.st_cache_size; } } /// /// Current cached value. /// @@ -55,4 +55,4 @@ namespace BerkeleyDB { /// public long StoredValue { get { return st.st_current; } } } -} \ No newline at end of file +} -- cgit v1.2.1