--- a/mmserv/tms/tmsimpl/src/tmsglobalgaineffectbodyimpl.cpp Tue May 11 16:42:02 2010 +0300
+++ b/mmserv/tms/tmsimpl/src/tmsglobalgaineffectbodyimpl.cpp Tue May 25 13:16:00 2010 +0300
@@ -46,7 +46,7 @@
gint TMSGlobalGainEffectBodyImpl::Create(TMSGlobalGainEffectBody*& bodyimpl)
{
gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
- TMSGlobalGainEffectBodyImpl* self = new TMSGlobalGainEffectBodyImpl;
+ TMSGlobalGainEffectBodyImpl* self = new TMSGlobalGainEffectBodyImpl();
if (self)
{
ret = self->PostConstruct();
@@ -64,7 +64,7 @@
{
gint ret(TMS_RESULT_SUCCESS);
iClientId = 1;
- iProxy = new TMSProxy;
+ iProxy = new TMSProxy();
if (!iProxy)
{
ret = TMS_RESULT_INSUFFICIENT_MEMORY;