telephonyprotocols/rawipnif/inc/Receiver.h
branchRCL_3
changeset 10 4284d6390a82
parent 8 3f227a47ad75
child 19 630d2f34d719
--- a/telephonyprotocols/rawipnif/inc/Receiver.h	Tue Apr 27 17:51:07 2010 +0300
+++ b/telephonyprotocols/rawipnif/inc/Receiver.h	Tue May 11 17:18:08 2010 +0300
@@ -1,4 +1,4 @@
-// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
+// Copyright (c) 2002-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"
@@ -37,7 +37,9 @@
 
 	// Inherited from CActive.
 	virtual void RunL();
+	virtual TInt RunError(TInt aError);
 	virtual void DoCancel();
+	
 	void StartListening();
 	
 private: