bluetoothengine/btmac/inc/btmonobearer/bmbcmdlistener.h
changeset 1 6a1fe72036e3
parent 0 f63038272f30
child 21 53b7818cd282
--- a/bluetoothengine/btmac/inc/btmonobearer/bmbcmdlistener.h	Mon Jan 18 20:28:57 2010 +0200
+++ b/bluetoothengine/btmac/inc/btmonobearer/bmbcmdlistener.h	Tue Jan 26 12:06:42 2010 +0200
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2005-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"
@@ -83,8 +83,11 @@
 	
         CBmbPlugin& iParent;
         
-        // for receiving AT commands from btmonocmdhandler and sending the responses
-		RProperty iProperty;
+        // for receiving AT commands from btmonocmdhandler
+		RProperty iATCmdProperty;
+		
+        // for sending AT responses to btmonocmdhandler
+        RProperty iATRespProperty;
 
 		// At command buffer
 		TBuf8<KMaxATSize> iAtCmdBuf;