locationmanager/ReverseGeocode/inc/xmlhandler.h
changeset 52 40db28bb26b8
parent 36 aa5a574040a4
--- a/locationmanager/ReverseGeocode/inc/xmlhandler.h	Wed Aug 18 10:12:07 2010 +0300
+++ b/locationmanager/ReverseGeocode/inc/xmlhandler.h	Thu Sep 02 20:52:02 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;