javaextensions/wma/mms/pushplugin/src.s60/s60mmsserverconnection.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
equal deleted inserted replaced
77:7cee158cb8cd 83:26b2b12093af
    53     JELOG2(EWMA);
    53     JELOG2(EWMA);
    54     S60MmsServerConnection* mmsConn = new S60MmsServerConnection(aUri,aFilter);
    54     S60MmsServerConnection* mmsConn = new S60MmsServerConnection(aUri,aFilter);
    55     return mmsConn;
    55     return mmsConn;
    56 }
    56 }
    57 
    57 
    58 OS_EXPORT S60MmsServerConnection::~S60MmsServerConnection()
    58 S60MmsServerConnection::~S60MmsServerConnection()
    59 {
    59 {
    60     JELOG2(EWMA);
    60     JELOG2(EWMA);
    61     delete mOpenMonitor;
    61     delete mOpenMonitor;
    62 }
    62 }
    63 
    63 
   268 {
   268 {
   269     JELOG2(EWMA);
   269     JELOG2(EWMA);
   270     return mFilter;
   270     return mFilter;
   271 }
   271 }
   272 
   272 
   273 OS_EXPORT void S60MmsServerConnection::close()
   273 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     {