summaryrefslogtreecommitdiff
path: root/connectivity/source/cpool
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-06 15:30:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-06 15:31:06 +0200
commit5aadbc15a5ab18441026a3dfc75a35dba0146337 (patch)
tree1affbee906f225374944c1502682610c35b91810 /connectivity/source/cpool
parent4de70892adcfb546e540680d803531d80c31c808 (diff)
Avoid reserved identifiers
Change-Id: I2217920ced336189a94c0a5d1e3ac0ccd3912881
Diffstat (limited to 'connectivity/source/cpool')
-rw-r--r--connectivity/source/cpool/ZConnectionPool.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/cpool/ZConnectionPool.hxx b/connectivity/source/cpool/ZConnectionPool.hxx
index dd45582bf760..06a400d8c314 100644
--- a/connectivity/source/cpool/ZConnectionPool.hxx
+++ b/connectivity/source/cpool/ZConnectionPool.hxx
@@ -47,8 +47,8 @@ namespace connectivity
{
OConnectionPool* m_pPool;
public:
- OPoolTimer(OConnectionPool* _pPool,const ::salhelper::TTimeValue& _Time)
- : ::salhelper::Timer(_Time)
+ OPoolTimer(OConnectionPool* _pPool,const ::salhelper::TTimeValue& Time)
+ : ::salhelper::Timer(Time)
,m_pPool(_pPool)
{}
protected: