Bug 1696 - GCC-E compilation error in remotemgmt (991) CompilerCompatibility
authorLeo Zheng <Leo.Zhengyh@gmail.com>
Tue, 30 Mar 2010 17:12:42 +0900
branchCompilerCompatibility
changeset 16 e771c3fd9992
parent 15 50c802143a43
child 18 c93bcd9bf89c
Bug 1696 - GCC-E compilation error in remotemgmt (991)
policymanagement/policyengine/policyengineserver/src/PolicyProcessor.cpp
--- a/policymanagement/policyengine/policyengineserver/src/PolicyProcessor.cpp	Tue Mar 30 17:10:04 2010 +0900
+++ b/policymanagement/policyengine/policyengineserver/src/PolicyProcessor.cpp	Tue Mar 30 17:12:42 2010 +0900
@@ -55,8 +55,8 @@
 	container->iAttributeType = aAttributeTypes; 
 
 	//append to list
-	RArray::AppendL( container);
-		
+	RArray<AttributeContainerHelper::TContainer*>::AppendL( container);
+			
 	//remove from cleanup
 	CleanupStack::Pop( 2, aAttribute);
 }
@@ -75,7 +75,7 @@
 		delete container;
 	}
 	
-	RArray::Close();
+	RArray<AttributeContainerHelper::TContainer*>::Close();
 }