simpledatamodeladapter/src/presenceplugin.cpp
changeset 12 e6a66db4e9d0
parent 0 c8caa15ef882
equal deleted inserted replaced
0:c8caa15ef882 12:e6a66db4e9d0
   200                 connection->SetConnectionArray( connectionInfo );
   200                 connection->SetConnectionArray( connectionInfo );
   201                 iConnections.AppendL( connection );
   201                 iConnections.AppendL( connection );
   202                 CleanupStack::Pop( connection ); 
   202                 CleanupStack::Pop( connection ); 
   203                 tmp = connection;
   203                 tmp = connection;
   204                 connected = ETrue;
   204                 connected = ETrue;
   205                 
       
   206                 iConnectionArray[i]->IncreaseClientCount();
       
   207                 }
   205                 }
   208 			else if ( CPresencePluginConnection::EActive == status )
   206 			else if ( CPresencePluginConnection::EActive == status )
   209 			    {
   207 			    {
   210 			    DP_SDA("AcquireConnectionL EActive");
   208 			    DP_SDA("AcquireConnectionL EActive");
   211                 // NOTE: Incase there is no reply from XIMP before client is
   209                 // NOTE: Incase there is no reply from XIMP before client is