bluetoothengine/btmac/common/atcodec.h
changeset 33 837dcc42fd6a
parent 2 0b192a3a05a4
--- a/bluetoothengine/btmac/common/atcodec.h	Fri May 14 16:01:46 2010 +0300
+++ b/bluetoothengine/btmac/common/atcodec.h	Thu May 27 13:01:44 2010 +0300
@@ -21,6 +21,7 @@
 
 //  INCLUDES
 #include <e32base.h>
+#include <atext.h>
 
 enum TATId
     {
@@ -88,7 +89,6 @@
     EATIntParam
     };
     
-const TInt KMaxATSize = 512;
 const TInt KMaxATParamSize = 256;
 
 class RReadStream;