phoneengine/callhandling/inc/cpegprstermination.h
changeset 21 92ab7f8d0eab
parent 0 5f000ab63145
child 22 6bb1b21d2484
--- a/phoneengine/callhandling/inc/cpegprstermination.h	Tue Feb 02 00:10:04 2010 +0200
+++ b/phoneengine/callhandling/inc/cpegprstermination.h	Fri Mar 19 09:28:42 2010 +0200
@@ -24,8 +24,10 @@
 #include    <e32base.h>
 
 // FORWARD DECLARATIONS
-class CCoUtlInterface;
-
+// <-- QT PHONE START --> 
+//class CCoUtlInterface;
+// <-- QT PHONE END -->
+ 
 // CLASS DECLARATION
 
 /**
@@ -74,9 +76,10 @@
         void DoCancel();
 
     private:
-
+// <-- QT PHONE START --> 
         // Owned GPRS termination instance.
-        CCoUtlInterface* iInterface;
+        //CCoUtlInterface* iInterface;
+// <-- QT PHONE END --> 
 
     };