javaextensions/wma/mms/pushplugin/src.s60/s60mmsserverconnection.cpp
changeset 35 85266cc22c7f
parent 21 2a9601315dfc
child 48 e0d6e9bd3ca7
equal deleted inserted replaced
26:dc7c549001d5 35:85266cc22c7f
   268 {
   268 {
   269     JELOG2(EWMA);
   269     JELOG2(EWMA);
   270     return mFilter;
   270     return mFilter;
   271 }
   271 }
   272 
   272 
   273 void S60MmsServerConnection::close()
   273 OS_EXPORT void S60MmsServerConnection::close()
   274 {
   274 {
   275     JELOG2(EWMA);
   275     JELOG2(EWMA);
   276     // the close and RunL are synchronized to make it SMP safe.
   276     // the close and RunL are synchronized to make it SMP safe.
   277     if (mActiveConnection)
   277     if (mActiveConnection)
   278     {
   278     {