phoneengine/callhandling/inc/cpegprstermination.h
branchRCL_3
changeset 25 5266b1f337bd
parent 24 41a7f70b3818
--- a/phoneengine/callhandling/inc/cpegprstermination.h	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneengine/callhandling/inc/cpegprstermination.h	Wed Sep 01 12:30:10 2010 +0100
@@ -23,7 +23,9 @@
 //  INCLUDES
 #include    <e32base.h>
 
- 
+// FORWARD DECLARATIONS
+class CCoUtlInterface;
+
 // CLASS DECLARATION
 
 /**
@@ -73,6 +75,9 @@
 
     private:
 
+        // Owned GPRS termination instance.
+        CCoUtlInterface* iInterface;
+
     };
 
 #endif      // CPEGPRSTERMINATION_H