blob: 1338d0a78a87de5e510162e6e3765153ac832342 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- cpp.orig/src/Freeze/MapI.h 2011-06-15 21:43:58.000000000 +0200
+++ cpp/src/Freeze/MapI.h 2012-09-10 11:43:58.000000000 +0200
@@ -63,12 +63,13 @@ public:
void
close();
- class Tx : public IceUtil::SimpleShared
+ class Tx : public IceUtil::SimpleSharedUnsafeDestructor
{
public:
Tx(const MapHelperI&);
- ~Tx();
+ ~Tx() ICE_NOEXCEPT_FALSE;
+ ;
void dead();
|