javaextensions/wma/sms_cbs/pushplugin/sms/src.s60/smsserverconnection.cpp
changeset 35 85266cc22c7f
parent 23 98ccebc37403
child 47 f40128debb5d
--- a/javaextensions/wma/sms_cbs/pushplugin/sms/src.s60/smsserverconnection.cpp	Thu May 27 12:49:31 2010 +0300
+++ b/javaextensions/wma/sms_cbs/pushplugin/sms/src.s60/smsserverconnection.cpp	Fri Jun 11 13:33:44 2010 +0300
@@ -72,7 +72,7 @@
     delete mOpenMonitor;
 }
 
-void SmsServerConnection::open(ConnectionListener* aListener,
+OS_EXPORT void SmsServerConnection::open(ConnectionListener* aListener,
                                bool aIsAppLaunched)
 {
     JELOG2(EWMA);
@@ -299,7 +299,7 @@
 }
 
 
-void SmsServerConnection::close()
+OS_EXPORT void SmsServerConnection::close()
 {
     JELOG2(EWMA);
     // the close and RunL are synchronized to make it SMP safe.