idlefw/plugins/sapidataplugin/inc/sapidatapluginconst.h
branchRCL_3
changeset 19 edd621764147
parent 15 a0713522ab97
child 23 ace62b58f4b2
equal deleted inserted replaced
16:b276298d5729 19:edd621764147
   100 _LIT( KMIFExtension, ".mif" );
   100 _LIT( KMIFExtension, ".mif" );
   101 _LIT( KColon,		 ":");
   101 _LIT( KColon,		 ":");
   102 
   102 
   103 const TUint KLeftParenthesis = '(';
   103 const TUint KLeftParenthesis = '(';
   104 
   104 
       
   105 // Option for registering in CPS
       
   106 const TUint KExtendedNotifications = 0x4000;
   105 
   107 
   106 // Sapi Data Plugin Constants
   108 // Sapi Data Plugin Constants
   107 const TUint KPluginNameSeprator =  '/';
   109 const TUint KPluginNameSeprator =  '/';
   108 
   110 
   109 /**
   111 /**