summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Freeze/IndexI.cpp4
-rw-r--r--cpp/src/Freeze/freeze.dsp34
2 files changed, 29 insertions, 9 deletions
diff --git a/cpp/src/Freeze/IndexI.cpp b/cpp/src/Freeze/IndexI.cpp
index 42d4e2115e3..6f8ed594301 100644
--- a/cpp/src/Freeze/IndexI.cpp
+++ b/cpp/src/Freeze/IndexI.cpp
@@ -128,7 +128,7 @@ Freeze::IndexI::untypedFindFirst(const Key& bytes, Int firstN) const
toClose->close();
break; // for (;;)
}
- catch(const DbDeadlockException& dx)
+ catch(const DbDeadlockException&)
{
if(dbc != 0)
{
@@ -221,7 +221,7 @@ Freeze::IndexI::untypedCount(const Key& bytes) const
toClose->close();
break; // for (;;)
}
- catch(const DbDeadlockException& dx)
+ catch(const DbDeadlockException&)
{
if(dbc != 0)
{
diff --git a/cpp/src/Freeze/freeze.dsp b/cpp/src/Freeze/freeze.dsp
index 7f4ed3936f3..69cbe234f0e 100644
--- a/cpp/src/Freeze/freeze.dsp
+++ b/cpp/src/Freeze/freeze.dsp
@@ -134,6 +134,22 @@ SOURCE=.\EvictorI.cpp
# End Source File
# Begin Source File
+SOURCE=.\EvictorIteratorI.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Util.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\Index.cpp
+# End Source File
+# Begin Source File
+
+SOURCE=.\IndexI.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\MapI.cpp
# End Source File
# Begin Source File
@@ -214,35 +230,39 @@ SOURCE=..\..\include\Freeze\EvictorF.h
# End Source File
# Begin Source File
+SOURCE=..\..\include\Freeze\Index.h
+# End Source File
+# Begin Source File
+
SOURCE=.\EvictorI.h
# End Source File
# Begin Source File
-SOURCE=..\..\include\Freeze\Freeze.h
+SOURCE=.\EvictorIteratorI.h
# End Source File
# Begin Source File
-SOURCE=..\..\include\Freeze\Initialize.h
+SOURCE=.\Util.h
# End Source File
# Begin Source File
-SOURCE=..\..\include\Freeze\Map.h
+SOURCE=.\IndexI.h
# End Source File
# Begin Source File
-SOURCE=..\..\include\Freeze\EvictorStorage.h
+SOURCE=..\..\include\Freeze\Freeze.h
# End Source File
# Begin Source File
-SOURCE=..\..\include\Freeze\Strategy.h
+SOURCE=..\..\include\Freeze\Initialize.h
# End Source File
# Begin Source File
-SOURCE=..\..\include\Freeze\StrategyF.h
+SOURCE=..\..\include\Freeze\Map.h
# End Source File
# Begin Source File
-SOURCE=.\StrategyI.h
+SOURCE=..\..\include\Freeze\EvictorStorage.h
# End Source File
# End Group
# Begin Group "Resource Files"