remotemgmt_plat/dcmo_control_api/inc/dcmoClient.h
branchRCL_3
changeset 59 13d7c31c74e0
parent 0 b497e44ab2fc
--- a/remotemgmt_plat/dcmo_control_api/inc/dcmoClient.h	Thu Jul 15 19:36:11 2010 +0300
+++ b/remotemgmt_plat/dcmo_control_api/inc/dcmoClient.h	Thu Aug 19 10:44:50 2010 +0300
@@ -37,20 +37,20 @@
 		 * @param None
 		 * @return KErrNone Symbian error code
 		 */
-		TInt OpenL();
+		IMPORT_C TInt OpenL();
 		
 		/**
 		 * Close server connection
 		 * @param None
 		 * @return None
 		 */
-		void Close();
+		IMPORT_C void Close();
 		
 		/**
      * ~RDCMOClient.
      * Virtual Destructor.
      */
-    virtual ~RDCMOClient();
+    IMPORT_C virtual ~RDCMOClient();
     
 		/**
 		 * Get the interger type value
@@ -60,7 +60,7 @@
 		 * @param aValue
 		 * @return TDCMOStatus 
 		 */
-		 TDCMOStatus GetDCMOIntAttributeValue(TDes& aCategory, TDCMONode aId, TInt& aValue);
+		 IMPORT_C TDCMOStatus GetDCMOIntAttributeValue(TDes& aCategory, TDCMONode aId, TInt& aValue);
 		 
 		 /**
 		 * Get the string type value
@@ -70,7 +70,7 @@
 		 * @param aStrValue
 		 * @return TDCMOStatus
 		 */
-		 TDCMOStatus GetDCMOStrAttributeValue (TDes& aCategory, TDCMONode aId, TDes& aStrValue);
+		 IMPORT_C TDCMOStatus GetDCMOStrAttributeValue (TDes& aCategory, TDCMONode aId, TDes& aStrValue);
 		 
 		 /**
 		 * Set the interger type value
@@ -80,7 +80,7 @@
 		 * @param aValue
 		 * @return TDCMOStatus
 		 */
-		 TDCMOStatus SetDCMOIntAttributeValue(TDes& aCategory, TDCMONode aId, TInt aValue);
+		 IMPORT_C TDCMOStatus SetDCMOIntAttributeValue(TDes& aCategory, TDCMONode aId, TInt aValue);
 		 		 
 		 /**
 		 * Set the string type value
@@ -90,7 +90,7 @@
 		 * @param aStrValue
 		 * @return TDCMOStatus
 		 */
-		 TDCMOStatus SetDCMOStrAttributeValue(TDes& aCategory, TDCMONode aId, TDes& aStrValue);
+		 IMPORT_C TDCMOStatus SetDCMOStrAttributeValue(TDes& aCategory, TDCMONode aId, TDes& aStrValue);
 		 
 		 /**
 		 * Get All type value
@@ -100,7 +100,7 @@
 		 * @param aStrValue
 		 * @return TDCMOStatus
 		 */
-		 void SearchByGroupValue(TDes& aGroup, TDes& aAdapterList);
+		 IMPORT_C void SearchByGroupValue(TDes& aGroup, TDes& aAdapterList);
 			
 		
 	private: