bluetoothengine/btserviceutil/src/btdevrepository.cpp
changeset 33 837dcc42fd6a
parent 19 43824b19ee35
equal deleted inserted replaced
19:43824b19ee35 33:837dcc42fd6a
   105 EXPORT_C const CBtDevExtension* CBtDevRepository::Device( 
   105 EXPORT_C const CBtDevExtension* CBtDevRepository::Device( 
   106         const TBTDevAddr& aAddr ) const
   106         const TBTDevAddr& aAddr ) const
   107     {
   107     {
   108     return iImpl->Device( aAddr );
   108     return iImpl->Device( aAddr );
   109     }
   109     }
       
   110 
       
   111 // ---------------------------------------------------------------------------
       
   112 // Device
       
   113 // ---------------------------------------------------------------------------
       
   114 //
       
   115 EXPORT_C void CBtDevRepository::ReInitialize()
       
   116     {
       
   117     return iImpl->ReInitialize();
       
   118     }