vpnengine/ikev1lib/inc/ikev1receiver.h
branchRCL_3
changeset 12 68dc8923de26
parent 0 33413c0669b9
--- a/vpnengine/ikev1lib/inc/ikev1receiver.h	Fri Feb 19 23:50:52 2010 +0200
+++ b/vpnengine/ikev1lib/inc/ikev1receiver.h	Fri Mar 12 15:48:43 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -80,6 +80,11 @@
     */
     void StartReceive();
     
+    /**
+    * Cancels receiving.
+    */
+    void CancelReceive();
+    
 private:
     
     CIkev1Receiver( MIkeDataInterface& aDataInterface,
@@ -135,6 +140,12 @@
     TInt                        iLocalPort;
     
     /**
+     * Informs if receiving data.
+     * Own.
+     */
+    TBool                       iReceiving;
+    
+    /**
      * IKE data interface.
      * Not own.
      */