locationmanager/ReverseGeocode/inc/xmlhandler.h
changeset 48 1389872e7c51
parent 36 aa5a574040a4
--- a/locationmanager/ReverseGeocode/inc/xmlhandler.h	Fri Aug 06 09:56:02 2010 +0300
+++ b/locationmanager/ReverseGeocode/inc/xmlhandler.h	Mon Aug 23 13:33:21 2010 +0300
@@ -99,7 +99,12 @@
 
     void StartParsingL(  HBufC8 *aBuf  );
     
-    private: // Constructors
+
+#ifdef REVERSEGEOCODE_UNIT_TESTCASE
+    public:
+#else    
+    private:
+#endif 
 
 	/**
 	* @param aObserver The observer class to be notified after xml parsing is done
@@ -113,7 +118,12 @@
 	*/	
     void ConstructL();
     
-    private: 
+
+#ifdef REVERSEGEOCODE_UNIT_TESTCASE
+    public:
+#else    
+    private:
+#endif 
     // from MContentHandler
 
 	/**
@@ -201,8 +211,12 @@
 	* @param aUid  the uid identifying the required interface
 	*/    
     TAny *GetExtendedInterface( const TInt32 aUid );
-    
+
+#ifdef REVERSEGEOCODE_UNIT_TESTCASE
+    public:
+#else    
     private: // Private data
+#endif     
 
     MXmlHandlerObserver& iObserver;
     CParser*             iParser;