graphicscomposition/openwfsupport/inc/streammap.h
changeset 121 d72fc2aace31
parent 98 bf7481649c98
--- a/graphicscomposition/openwfsupport/inc/streammap.h	Tue Jun 22 15:21:29 2010 +0300
+++ b/graphicscomposition/openwfsupport/inc/streammap.h	Tue Jul 20 13:27:44 2010 +0300
@@ -38,16 +38,6 @@
 		 */
 		IMPORT_C static COpenWfcStreamMap& InstanceL();
 		/**
-		 * Expands the array to accommodate a specified number of key-value pairs.
-		 * If the hash map already has enough space for the specified number of elements, no
-		 * action is taken. Any elements already in the map are retained.
-		 * 
-		 * @param	aExpand	The number of key-value pairs for which space should be allocated.
-		 * @return	KErrNone if the operation completed aInternalVersion.
-		 * @return	KErrNoMemory if sufficient memory could not be allocated.
-		 */
-		IMPORT_C TInt Reserve(TInt aExpand);
-		/**
 		 * Look up a specified TSurfaceId key in the associative array and return a pointer to the
 		 * corresponding to a native stream. The reference counter of the native stream is incremented by one.
 		 * 
@@ -106,7 +96,7 @@
 		 * 
 		 * @return	A reference to the local SurfaceManager
 		 */
-		RSurfaceManager& SurfaceManager();
+        IMPORT_C RSurfaceManager& SurfaceManager();
 		
         /**
          * Returns a pointer to the main heap
@@ -156,14 +146,6 @@
 			};
 	private:
 		/**
-		 * Copy constructor
-		 */
-		COpenWfcStreamMap(const COpenWfcStreamMap&);
-		/**
-		 * Assignment operator
-		 */
-		COpenWfcStreamMap& operator= (const COpenWfcStreamMap&);
-		/**
 		 * Symbian constructor used with two stage construction pattern
 		 */
 		void ConstructL();