mds_plat/location_manager_api/inc/locationdatatype.h
branchRCL_3
changeset 63 e538444823de
parent 47 b73252188534
--- a/mds_plat/location_manager_api/inc/locationdatatype.h	Wed Sep 15 12:40:59 2010 +0300
+++ b/mds_plat/location_manager_api/inc/locationdatatype.h	Wed Oct 13 15:02:02 2010 +0300
@@ -20,8 +20,6 @@
 #include <lbsposition.h>
 #include <etel3rdparty.h>
 
-const TInt KMaxCountryName = 128;
-typedef TBuf<KMaxCountryName> TCountryName;
 /*
  * TLocationData encapsulates all location data.
  */
@@ -30,7 +28,7 @@
     TPosition iPosition;
     CTelephony::TNetworkInfoV1 iNetworkInfo;
     TCourse iCourse;
-    TCountryName iCountry;
+    TBuf<100> iCountry;
     TUint iSatellites;
     TReal32 iQuality;
     };